From 053e7e3eea087bcae4e8fe1f6aca7dc49cfd0934 Mon Sep 17 00:00:00 2001 From: Stefan Neuhaus Date: Fri, 16 Oct 2020 16:07:04 +0200 Subject: [PATCH] Fix Rate Limit Format --- docs/Api/AuthorizationApi.md | 8 +- docs/Api/CatalogApi.md | 24 ++++- docs/Api/DefaultApi.md | 32 ++++++- docs/Api/FbaInboundApi.md | 136 +++++++++++++++++++++++++---- docs/Api/FbaInventoryApi.md | 8 +- docs/Api/FbaOutboundApi.md | 72 +++++++++++++-- docs/Api/FeedsApi.md | 48 ++++++++-- docs/Api/FeesApi.md | 16 +++- docs/Api/MerchantFulfillmentApi.md | 64 ++++++++++++-- docs/Api/NotificationsApi.md | 64 ++++++++++++-- docs/Api/OrdersV0Api.md | 48 ++++++++-- docs/Api/ProductPricingApi.md | 32 ++++++- docs/Api/ReportsApi.md | 72 +++++++++++++-- docs/Api/SalesApi.md | 8 +- docs/Api/SellersApi.md | 8 +- docs/Api/ServiceApi.md | 48 ++++++++-- docs/Api/ShippingApi.md | 72 +++++++++++++-- docs/Api/SmallAndLightApi.md | 40 +++++++-- docs/Api/SolicitationsApi.md | 16 +++- fix_lines.php | 9 ++ 20 files changed, 723 insertions(+), 102 deletions(-) create mode 100644 fix_lines.php diff --git a/docs/Api/AuthorizationApi.md b/docs/Api/AuthorizationApi.md index 71444c9d..b5407979 100644 --- a/docs/Api/AuthorizationApi.md +++ b/docs/Api/AuthorizationApi.md @@ -11,7 +11,13 @@ Method | HTTP request | Description Returns the Login with Amazon (LWA) authorization code for an existing Amazon MWS authorization. -With the getAuthorizationCode operation, you can request a Login With Amazon (LWA) authorization code that will allow you to call a Selling Partner API on behalf of a seller who has already authorized you to call Amazon Marketplace Web Service (Amazon MWS). You specify a developer ID, an MWS auth token, and a seller ID. Taken together, these represent the Amazon MWS authorization that the seller previously granted you. The operation returns an LWA authorization code that can be exchanged for a refresh token and access token representing authorization to call the Selling Partner API on the seller's behalf. By using this API, sellers who have already authorized you for Amazon MWS do not need to re-authorize you for the Selling Partner API. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 5 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. +With the getAuthorizationCode operation, you can request a Login With Amazon (LWA) authorization code that will allow you to call a Selling Partner API on behalf of a seller who has already authorized you to call Amazon Marketplace Web Service (Amazon MWS). You specify a developer ID, an MWS auth token, and a seller ID. Taken together, these represent the Amazon MWS authorization that the seller previously granted you. The operation returns an LWA authorization code that can be exchanged for a refresh token and access token representing authorization to call the Selling Partner API on the seller's behalf. By using this API, sellers who have already authorized you for Amazon MWS do not need to re-authorize you for the Selling Partner API. + +**Usage Plan:** + +| Rate (requests per second) | Burst | +| ---- | ---- | +| 1 | 5 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. ### Example ```php diff --git a/docs/Api/CatalogApi.md b/docs/Api/CatalogApi.md index 23b389a4..805eadd4 100644 --- a/docs/Api/CatalogApi.md +++ b/docs/Api/CatalogApi.md @@ -13,7 +13,13 @@ Method | HTTP request | Description -Returns a specified item and its attributes. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. +Returns a specified item and its attributes. + +**Usage Plan:** + +| Rate (requests per second) | Burst | +| ---- | ---- | +| 1 | 1 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. ### Example ```php @@ -64,7 +70,13 @@ No authorization required -Returns the parent categories to which an item belongs, based on the specified ASIN or SellerSKU. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. +Returns the parent categories to which an item belongs, based on the specified ASIN or SellerSKU. + +**Usage Plan:** + +| Rate (requests per second) | Burst | +| ---- | ---- | +| 1 | 1 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. ### Example ```php @@ -117,7 +129,13 @@ No authorization required -Returns a list of items and their attributes, based on a search query or item identifiers that you specify. When based on a search query, provide the Query parameter and optionally, the QueryContextId parameter. When based on item identifiers, provide a single appropriate parameter based on the identifier type, and specify the associated item value. MarketplaceId is always required. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. +Returns a list of items and their attributes, based on a search query or item identifiers that you specify. When based on a search query, provide the Query parameter and optionally, the QueryContextId parameter. When based on item identifiers, provide a single appropriate parameter based on the identifier type, and specify the associated item value. MarketplaceId is always required. + +**Usage Plan:** + +| Rate (requests per second) | Burst | +| ---- | ---- | +| 1 | 1 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. ### Example ```php diff --git a/docs/Api/DefaultApi.md b/docs/Api/DefaultApi.md index 3a35e581..180b4a58 100644 --- a/docs/Api/DefaultApi.md +++ b/docs/Api/DefaultApi.md @@ -14,7 +14,13 @@ Method | HTTP request | Description -Returns financial event groups for a given date range. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.5 | 30 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. +Returns financial event groups for a given date range. + +**Usage Plan:** + +| Rate (requests per second) | Burst | +| ---- | ---- | +| 0.5 | 30 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. ### Example ```php @@ -69,7 +75,13 @@ No authorization required -Returns financial events for the specified data range. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.5 | 30 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. +Returns financial events for the specified data range. + +**Usage Plan:** + +| Rate (requests per second) | Burst | +| ---- | ---- | +| 0.5 | 30 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. ### Example ```php @@ -124,7 +136,13 @@ No authorization required -Returns all financial events for the specified financial event group. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.5 | 30 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. +Returns all financial events for the specified financial event group. + +**Usage Plan:** + +| Rate (requests per second) | Burst | +| ---- | ---- | +| 0.5 | 30 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. ### Example ```php @@ -177,7 +195,13 @@ No authorization required -Returns all financial events for the specified order. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.5 | 30 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. +Returns all financial events for the specified order. + +**Usage Plan:** + +| Rate (requests per second) | Burst | +| ---- | ---- | +| 0.5 | 30 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. ### Example ```php diff --git a/docs/Api/FbaInboundApi.md b/docs/Api/FbaInboundApi.md index c11e3f78..e32d973e 100644 --- a/docs/Api/FbaInboundApi.md +++ b/docs/Api/FbaInboundApi.md @@ -27,7 +27,13 @@ Method | HTTP request | Description -Returns information needed to confirm a shipment for pre-order. Call this operation after calling the getPreorderInfo operation to get the NeedByDate value and other pre-order information about the shipment. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. +Returns information needed to confirm a shipment for pre-order. Call this operation after calling the getPreorderInfo operation to get the NeedByDate value and other pre-order information about the shipment. + +**Usage Plan:** + +| Rate (requests per second) | Burst | +| ---- | ---- | +| 2 | 30 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. ### Example ```php @@ -80,7 +86,13 @@ No authorization required -Confirms that the seller accepts the Amazon-partnered shipping estimate, agrees to allow Amazon to charge their account for the shipping cost, and requests that the Amazon-partnered carrier ship the inbound shipment. Prior to calling the confirmTransport operation, you should call the getTransportDetails operation to get the Amazon-partnered shipping estimate. Important: After confirming the transportation request, if the seller decides that they do not want the Amazon-partnered carrier to ship the inbound shipment, you can call the voidTransport operation to cancel the transportation request. Note that for a Small Parcel shipment, the seller has 24 hours after confirming a transportation request to void the transportation request. For a Less Than Truckload/Full Truckload (LTL/FTL) shipment, the seller has one hour after confirming a transportation request to void it. After the grace period has expired the seller's account will be charged for the shipping cost. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. +Confirms that the seller accepts the Amazon-partnered shipping estimate, agrees to allow Amazon to charge their account for the shipping cost, and requests that the Amazon-partnered carrier ship the inbound shipment. Prior to calling the confirmTransport operation, you should call the getTransportDetails operation to get the Amazon-partnered shipping estimate. Important: After confirming the transportation request, if the seller decides that they do not want the Amazon-partnered carrier to ship the inbound shipment, you can call the voidTransport operation to cancel the transportation request. Note that for a Small Parcel shipment, the seller has 24 hours after confirming a transportation request to void the transportation request. For a Less Than Truckload/Full Truckload (LTL/FTL) shipment, the seller has one hour after confirming a transportation request to void it. After the grace period has expired the seller's account will be charged for the shipping cost. + +**Usage Plan:** + +| Rate (requests per second) | Burst | +| ---- | ---- | +| 2 | 30 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. ### Example ```php @@ -129,7 +141,13 @@ No authorization required -Returns a new inbound shipment based on the specified shipmentId that was returned by the createInboundShipmentPlan operation. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. +Returns a new inbound shipment based on the specified shipmentId that was returned by the createInboundShipmentPlan operation. + +**Usage Plan:** + +| Rate (requests per second) | Burst | +| ---- | ---- | +| 2 | 30 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. ### Example ```php @@ -180,7 +198,13 @@ No authorization required -Returns one or more inbound shipment plans, which provide the information you need to create one or more inbound shipments for a set of items that you specify. Multiple inbound shipment plans might be required so that items can be optimally placed in Amazon's fulfillment network—for example, positioning inventory closer to the customer. Alternatively, two inbound shipment plans might be created with the same Amazon fulfillment center destination if the two shipment plans require different processing—for example, items that require labels must be shipped separately from stickerless, commingled inventory. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. +Returns one or more inbound shipment plans, which provide the information you need to create one or more inbound shipments for a set of items that you specify. Multiple inbound shipment plans might be required so that items can be optimally placed in Amazon's fulfillment network—for example, positioning inventory closer to the customer. Alternatively, two inbound shipment plans might be created with the same Amazon fulfillment center destination if the two shipment plans require different processing—for example, items that require labels must be shipped separately from stickerless, commingled inventory. + +**Usage Plan:** + +| Rate (requests per second) | Burst | +| ---- | ---- | +| 2 | 30 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. ### Example ```php @@ -229,7 +253,13 @@ No authorization required -Initiates the process of estimating the shipping cost for an inbound shipment by an Amazon-partnered carrier. Prior to calling the estimateTransport operation, you must call the putTransportDetails operation to provide Amazon with the transportation information for the inbound shipment. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. +Initiates the process of estimating the shipping cost for an inbound shipment by an Amazon-partnered carrier. Prior to calling the estimateTransport operation, you must call the putTransportDetails operation to provide Amazon with the transportation information for the inbound shipment. + +**Usage Plan:** + +| Rate (requests per second) | Burst | +| ---- | ---- | +| 2 | 30 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. ### Example ```php @@ -278,7 +308,13 @@ No authorization required -Returns a bill of lading for a Less Than Truckload/Full Truckload (LTL/FTL) shipment. The getBillOfLading operation returns PDF document data for printing a bill of lading for an Amazon-partnered Less Than Truckload/Full Truckload (LTL/FTL) inbound shipment. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. +Returns a bill of lading for a Less Than Truckload/Full Truckload (LTL/FTL) shipment. The getBillOfLading operation returns PDF document data for printing a bill of lading for an Amazon-partnered Less Than Truckload/Full Truckload (LTL/FTL) inbound shipment. + +**Usage Plan:** + +| Rate (requests per second) | Burst | +| ---- | ---- | +| 2 | 30 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. ### Example ```php @@ -327,7 +363,13 @@ No authorization required -Returns information that lets a seller know if Amazon recommends sending an item to a given marketplace. In some cases, Amazon provides guidance for why a given SellerSKU or ASIN is not recommended for shipment to Amazon's fulfillment network. Sellers may still ship items that are not recommended, at their discretion. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. +Returns information that lets a seller know if Amazon recommends sending an item to a given marketplace. In some cases, Amazon provides guidance for why a given SellerSKU or ASIN is not recommended for shipment to Amazon's fulfillment network. Sellers may still ship items that are not recommended, at their discretion. + +**Usage Plan:** + +| Rate (requests per second) | Burst | +| ---- | ---- | +| 2 | 30 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. ### Example ```php @@ -380,7 +422,13 @@ No authorization required -Returns package/pallet labels for faster and more accurate shipment processing at the Amazon fulfillment center. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. +Returns package/pallet labels for faster and more accurate shipment processing at the Amazon fulfillment center. + +**Usage Plan:** + +| Rate (requests per second) | Burst | +| ---- | ---- | +| 2 | 30 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. ### Example ```php @@ -439,7 +487,13 @@ No authorization required -Returns pre-order information, including dates, that a seller needs before confirming a shipment for pre-order. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. +Returns pre-order information, including dates, that a seller needs before confirming a shipment for pre-order. + +**Usage Plan:** + +| Rate (requests per second) | Burst | +| ---- | ---- | +| 2 | 30 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. ### Example ```php @@ -490,7 +544,13 @@ No authorization required -Returns labeling requirements and item preparation instructions to help prepare items for shipment to Amazon's fulfillment network. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. +Returns labeling requirements and item preparation instructions to help prepare items for shipment to Amazon's fulfillment network. + +**Usage Plan:** + +| Rate (requests per second) | Burst | +| ---- | ---- | +| 2 | 30 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. ### Example ```php @@ -543,7 +603,13 @@ No authorization required -Returns a list of items in a specified inbound shipment, or a list of items that were updated within a specified time frame. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. +Returns a list of items in a specified inbound shipment, or a list of items that were updated within a specified time frame. + +**Usage Plan:** + +| Rate (requests per second) | Burst | +| ---- | ---- | +| 2 | 30 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. ### Example ```php @@ -600,7 +666,13 @@ No authorization required -Returns a list of items in a specified inbound shipment. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. +Returns a list of items in a specified inbound shipment. + +**Usage Plan:** + +| Rate (requests per second) | Burst | +| ---- | ---- | +| 2 | 30 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. ### Example ```php @@ -651,7 +723,13 @@ No authorization required -Returns a list of inbound shipments based on criteria that you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. +Returns a list of inbound shipments based on criteria that you specify. + +**Usage Plan:** + +| Rate (requests per second) | Burst | +| ---- | ---- | +| 2 | 30 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. ### Example ```php @@ -712,7 +790,13 @@ No authorization required -Returns current transportation information about an inbound shipment. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. +Returns current transportation information about an inbound shipment. + +**Usage Plan:** + +| Rate (requests per second) | Burst | +| ---- | ---- | +| 2 | 30 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. ### Example ```php @@ -761,7 +845,13 @@ No authorization required -Sends transportation information to Amazon about an inbound shipment. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. +Sends transportation information to Amazon about an inbound shipment. + +**Usage Plan:** + +| Rate (requests per second) | Burst | +| ---- | ---- | +| 2 | 30 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. ### Example ```php @@ -812,7 +902,13 @@ No authorization required -Adds, updates, or removes items from the inbound shipment identified by the specified shipment identifier. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. +Adds, updates, or removes items from the inbound shipment identified by the specified shipment identifier. + +**Usage Plan:** + +| Rate (requests per second) | Burst | +| ---- | ---- | +| 2 | 30 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. ### Example ```php @@ -863,7 +959,13 @@ No authorization required -Cancels a previously-confirmed request to ship an inbound shipment using an Amazon-partnered carrier. To be successful, you must call this operation before the VoidDeadline date that is returned by the getTransportDetails operation. Important: The VoidDeadline date is 24 hours after you confirm a Small Parcel shipment transportation request or one hour after you confirm a Less Than Truckload/Full Truckload (LTL/FTL) shipment transportation request. After the void deadline passes, your account will be charged for the shipping cost. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. +Cancels a previously-confirmed request to ship an inbound shipment using an Amazon-partnered carrier. To be successful, you must call this operation before the VoidDeadline date that is returned by the getTransportDetails operation. Important: The VoidDeadline date is 24 hours after you confirm a Small Parcel shipment transportation request or one hour after you confirm a Less Than Truckload/Full Truckload (LTL/FTL) shipment transportation request. After the void deadline passes, your account will be charged for the shipping cost. + +**Usage Plan:** + +| Rate (requests per second) | Burst | +| ---- | ---- | +| 2 | 30 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. ### Example ```php diff --git a/docs/Api/FbaInventoryApi.md b/docs/Api/FbaInventoryApi.md index 8635bb62..344fe9b1 100644 --- a/docs/Api/FbaInventoryApi.md +++ b/docs/Api/FbaInventoryApi.md @@ -11,7 +11,13 @@ Method | HTTP request | Description -Returns a list of inventory summaries. The summaries returned depend on the presence or absence of the startDateTime and sellerSkus parameters: - All inventory summaries with available details are returned when the startDateTime and sellerSkus parameters are omitted. - When startDateTime is provided, the operation returns inventory summaries that have had changes after the date and time specified. The sellerSkus parameter is ignored. - When the sellerSkus parameter is provided, the operation returns inventory summaries for only the specified sellerSkus. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 90 | 150 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. +Returns a list of inventory summaries. The summaries returned depend on the presence or absence of the startDateTime and sellerSkus parameters: - All inventory summaries with available details are returned when the startDateTime and sellerSkus parameters are omitted. - When startDateTime is provided, the operation returns inventory summaries that have had changes after the date and time specified. The sellerSkus parameter is ignored. - When the sellerSkus parameter is provided, the operation returns inventory summaries for only the specified sellerSkus. + +**Usage Plan:** + +| Rate (requests per second) | Burst | +| ---- | ---- | +| 90 | 150 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. ### Example ```php diff --git a/docs/Api/FbaOutboundApi.md b/docs/Api/FbaOutboundApi.md index 9e7b53f6..2265e820 100644 --- a/docs/Api/FbaOutboundApi.md +++ b/docs/Api/FbaOutboundApi.md @@ -19,7 +19,13 @@ Method | HTTP request | Description -Requests that Amazon stop attempting to fulfill the fulfillment order indicated by the specified order identifier. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. +Requests that Amazon stop attempting to fulfill the fulfillment order indicated by the specified order identifier. + +**Usage Plan:** + +| Rate (requests per second) | Burst | +| ---- | ---- | +| 2 | 30 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. ### Example ```php @@ -68,7 +74,13 @@ No authorization required -Requests that Amazon ship items from the seller's inventory in Amazon's fulfillment network to a destination address. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. +Requests that Amazon ship items from the seller's inventory in Amazon's fulfillment network to a destination address. + +**Usage Plan:** + +| Rate (requests per second) | Burst | +| ---- | ---- | +| 2 | 30 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. ### Example ```php @@ -117,7 +129,13 @@ No authorization required -Creates a fulfillment return. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. +Creates a fulfillment return. + +**Usage Plan:** + +| Rate (requests per second) | Burst | +| ---- | ---- | +| 2 | 30 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. ### Example ```php @@ -168,7 +186,13 @@ No authorization required -Returns the fulfillment order indicated by the specified order identifier. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. +Returns the fulfillment order indicated by the specified order identifier. + +**Usage Plan:** + +| Rate (requests per second) | Burst | +| ---- | ---- | +| 2 | 30 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. ### Example ```php @@ -217,7 +241,13 @@ No authorization required -Returns a list of fulfillment order previews based on shipping criteria that you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. +Returns a list of fulfillment order previews based on shipping criteria that you specify. + +**Usage Plan:** + +| Rate (requests per second) | Burst | +| ---- | ---- | +| 2 | 30 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. ### Example ```php @@ -266,7 +296,13 @@ No authorization required -Returns delivery tracking information for a package in an outbound shipment for a Multi-Channel Fulfillment order. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. +Returns delivery tracking information for a package in an outbound shipment for a Multi-Channel Fulfillment order. + +**Usage Plan:** + +| Rate (requests per second) | Burst | +| ---- | ---- | +| 2 | 30 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. ### Example ```php @@ -315,7 +351,13 @@ No authorization required -Returns a list of fulfillment orders fulfilled after (or at) a specified date-time, or indicated by the next token parameter. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. +Returns a list of fulfillment orders fulfilled after (or at) a specified date-time, or indicated by the next token parameter. + +**Usage Plan:** + +| Rate (requests per second) | Burst | +| ---- | ---- | +| 2 | 30 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. ### Example ```php @@ -368,7 +410,13 @@ No authorization required -Returns a list of return reason codes for a seller SKU in a given marketplace. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. +Returns a list of return reason codes for a seller SKU in a given marketplace. + +**Usage Plan:** + +| Rate (requests per second) | Burst | +| ---- | ---- | +| 2 | 30 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. ### Example ```php @@ -423,7 +471,13 @@ No authorization required -Updates and/or requests shipment for a fulfillment order with an order hold on it. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 30 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. +Updates and/or requests shipment for a fulfillment order with an order hold on it. + +**Usage Plan:** + +| Rate (requests per second) | Burst | +| ---- | ---- | +| 2 | 30 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. ### Example ```php diff --git a/docs/Api/FeedsApi.md b/docs/Api/FeedsApi.md index 6043795a..2a18fee7 100644 --- a/docs/Api/FeedsApi.md +++ b/docs/Api/FeedsApi.md @@ -16,7 +16,13 @@ Method | HTTP request | Description -Cancels the feed that you specify. Only feeds with processingStatus=IN_QUEUE can be cancelled. Cancelled feeds are returned in subsequent calls to the getFeed and getFeeds operations. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.0222 | 10 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. +Cancels the feed that you specify. Only feeds with processingStatus=IN_QUEUE can be cancelled. Cancelled feeds are returned in subsequent calls to the getFeed and getFeeds operations. + +**Usage Plan:** + +| Rate (requests per second) | Burst | +| ---- | ---- | +| 0.0222 | 10 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. ### Example ```php @@ -65,7 +71,13 @@ No authorization required -Creates a feed. Encrypt and upload the contents of the feed document before calling this operation. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.0083 | 15 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. +Creates a feed. Encrypt and upload the contents of the feed document before calling this operation. + +**Usage Plan:** + +| Rate (requests per second) | Burst | +| ---- | ---- | +| 0.0083 | 15 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. ### Example ```php @@ -114,7 +126,13 @@ No authorization required -Creates a feed document for the feed type that you specify. This operation returns encryption details for encrypting the contents of the document, as well as a presigned URL for uploading the encrypted feed document contents. It also returns a feedDocumentId value that you can pass in with a subsequent call to the createFeed operation. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.0083 | 15 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. +Creates a feed document for the feed type that you specify. This operation returns encryption details for encrypting the contents of the document, as well as a presigned URL for uploading the encrypted feed document contents. It also returns a feedDocumentId value that you can pass in with a subsequent call to the createFeed operation. + +**Usage Plan:** + +| Rate (requests per second) | Burst | +| ---- | ---- | +| 0.0083 | 15 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. ### Example ```php @@ -163,7 +181,13 @@ No authorization required -Returns feed details (including the resultDocumentId, if available) for the feed that you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2.0 | 15 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. +Returns feed details (including the resultDocumentId, if available) for the feed that you specify. + +**Usage Plan:** + +| Rate (requests per second) | Burst | +| ---- | ---- | +| 2.0 | 15 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. ### Example ```php @@ -212,7 +236,13 @@ No authorization required -Returns the information required for retrieving a feed document's contents. This includes a presigned URL for the feed document as well as the information required to decrypt the document's contents. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.0222 | 10 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. +Returns the information required for retrieving a feed document's contents. This includes a presigned URL for the feed document as well as the information required to decrypt the document's contents. + +**Usage Plan:** + +| Rate (requests per second) | Burst | +| ---- | ---- | +| 0.0222 | 10 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. ### Example ```php @@ -261,7 +291,13 @@ No authorization required -Returns feed details for the feeds that match the filters that you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.0222 | 10 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. +Returns feed details for the feeds that match the filters that you specify. + +**Usage Plan:** + +| Rate (requests per second) | Burst | +| ---- | ---- | +| 0.0222 | 10 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. ### Example ```php diff --git a/docs/Api/FeesApi.md b/docs/Api/FeesApi.md index a9d2b9fa..a834738b 100644 --- a/docs/Api/FeesApi.md +++ b/docs/Api/FeesApi.md @@ -12,7 +12,13 @@ Method | HTTP request | Description -Returns the estimated fees for the item indicated by the specified Asin in the marketplace specified in the request body. You can call getMyFeesEstimateForASIN for an item on behalf of a seller before the seller sets the item's price. They can then take estimated fees into account. With each product fees request, you must include an original identifier. This identifier is included in the fees estimate so you can correlate a fees estimate with the original request. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. +Returns the estimated fees for the item indicated by the specified Asin in the marketplace specified in the request body. You can call getMyFeesEstimateForASIN for an item on behalf of a seller before the seller sets the item's price. They can then take estimated fees into account. With each product fees request, you must include an original identifier. This identifier is included in the fees estimate so you can correlate a fees estimate with the original request. + +**Usage Plan:** + +| Rate (requests per second) | Burst | +| ---- | ---- | +| 1 | 1 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. ### Example ```php @@ -63,7 +69,13 @@ No authorization required -Returns the estimated fees for the item indicated by the specified seller SKU in the marketplace specified in the request body. You can call getMyFeesEstimateForSKU for an item on behalf of a seller before the seller sets the item's price. They can then take estimated fees into account. With each fees estimate request, you must include an original identifier. This identifier is included in the fees estimate so you can correlate a fees estimate with the original request. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. +Returns the estimated fees for the item indicated by the specified seller SKU in the marketplace specified in the request body. You can call getMyFeesEstimateForSKU for an item on behalf of a seller before the seller sets the item's price. They can then take estimated fees into account. With each fees estimate request, you must include an original identifier. This identifier is included in the fees estimate so you can correlate a fees estimate with the original request. + +**Usage Plan:** + +| Rate (requests per second) | Burst | +| ---- | ---- | +| 1 | 1 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. ### Example ```php diff --git a/docs/Api/MerchantFulfillmentApi.md b/docs/Api/MerchantFulfillmentApi.md index bd0bdeec..befdcbc3 100644 --- a/docs/Api/MerchantFulfillmentApi.md +++ b/docs/Api/MerchantFulfillmentApi.md @@ -18,7 +18,13 @@ Method | HTTP request | Description -Cancel the shipment indicated by the specified shipment identifier. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. +Cancel the shipment indicated by the specified shipment identifier. + +**Usage Plan:** + +| Rate (requests per second) | Burst | +| ---- | ---- | +| 1 | 1 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. ### Example ```php @@ -67,7 +73,13 @@ No authorization required -Cancel the shipment indicated by the specified shipment identifer. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. +Cancel the shipment indicated by the specified shipment identifer. + +**Usage Plan:** + +| Rate (requests per second) | Burst | +| ---- | ---- | +| 1 | 1 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. ### Example ```php @@ -116,7 +128,13 @@ No authorization required -Create a shipment with the information provided. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. +Create a shipment with the information provided. + +**Usage Plan:** + +| Rate (requests per second) | Burst | +| ---- | ---- | +| 1 | 1 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. ### Example ```php @@ -165,7 +183,13 @@ No authorization required -Gets a list of additional seller inputs required for a ship method. This is generally used for international shipping. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. +Gets a list of additional seller inputs required for a ship method. This is generally used for international shipping. + +**Usage Plan:** + +| Rate (requests per second) | Burst | +| ---- | ---- | +| 1 | 1 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. ### Example ```php @@ -214,7 +238,13 @@ No authorization required -Get a list of additional seller inputs required for a ship method. This is generally used for international shipping. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. +Get a list of additional seller inputs required for a ship method. This is generally used for international shipping. + +**Usage Plan:** + +| Rate (requests per second) | Burst | +| ---- | ---- | +| 1 | 1 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. ### Example ```php @@ -263,7 +293,13 @@ No authorization required -Returns a list of shipping service offers that satisfy the specified shipment request details. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. +Returns a list of shipping service offers that satisfy the specified shipment request details. + +**Usage Plan:** + +| Rate (requests per second) | Burst | +| ---- | ---- | +| 1 | 1 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. ### Example ```php @@ -312,7 +348,13 @@ No authorization required -Returns a list of shipping service offers that satisfy the specified shipment request details. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. +Returns a list of shipping service offers that satisfy the specified shipment request details. + +**Usage Plan:** + +| Rate (requests per second) | Burst | +| ---- | ---- | +| 1 | 1 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. ### Example ```php @@ -361,7 +403,13 @@ No authorization required -Returns the shipment information for an existing shipment. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. +Returns the shipment information for an existing shipment. + +**Usage Plan:** + +| Rate (requests per second) | Burst | +| ---- | ---- | +| 1 | 1 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. ### Example ```php diff --git a/docs/Api/NotificationsApi.md b/docs/Api/NotificationsApi.md index 096aed0a..c3265915 100644 --- a/docs/Api/NotificationsApi.md +++ b/docs/Api/NotificationsApi.md @@ -18,7 +18,13 @@ Method | HTTP request | Description -Creates a destination resource to receive notifications. The createDestination API is grantless. For more information, see \"Grantless operations\" in the Selling Partner API Developer Guide. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 5 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. +Creates a destination resource to receive notifications. The createDestination API is grantless. For more information, see \"Grantless operations\" in the Selling Partner API Developer Guide. + +**Usage Plan:** + +| Rate (requests per second) | Burst | +| ---- | ---- | +| 1 | 5 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. ### Example ```php @@ -67,7 +73,13 @@ No authorization required -Creates a subscription for the specified notification type to be delivered to the specified destination. Before you can subscribe, you must first create the destination by calling the createDestination operation. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 5 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. +Creates a subscription for the specified notification type to be delivered to the specified destination. Before you can subscribe, you must first create the destination by calling the createDestination operation. + +**Usage Plan:** + +| Rate (requests per second) | Burst | +| ---- | ---- | +| 1 | 5 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. ### Example ```php @@ -118,7 +130,13 @@ No authorization required -Deletes the destination that you specify. The deleteDestination API is grantless. For more information, see \"Grantless operations\" in the Selling Partner API Developer Guide. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 5 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. +Deletes the destination that you specify. The deleteDestination API is grantless. For more information, see \"Grantless operations\" in the Selling Partner API Developer Guide. + +**Usage Plan:** + +| Rate (requests per second) | Burst | +| ---- | ---- | +| 1 | 5 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. ### Example ```php @@ -167,7 +185,13 @@ No authorization required -Deletes the subscription indicated by the subscription identifier and notification type that you specify. The subscription identifier can be for any subscription associated with your application. After you successfully call this operation, notifications will stop being sent for the associated subscription. The deleteSubscriptionById API is grantless. For more information, see \"Grantless operations\" in the Selling Partner API Developer Guide. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 5 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. +Deletes the subscription indicated by the subscription identifier and notification type that you specify. The subscription identifier can be for any subscription associated with your application. After you successfully call this operation, notifications will stop being sent for the associated subscription. The deleteSubscriptionById API is grantless. For more information, see \"Grantless operations\" in the Selling Partner API Developer Guide. + +**Usage Plan:** + +| Rate (requests per second) | Burst | +| ---- | ---- | +| 1 | 5 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. ### Example ```php @@ -218,7 +242,13 @@ No authorization required -Returns information about the destination that you specify. The getDestination API is grantless. For more information, see \"Grantless operations\" in the Selling Partner API Developer Guide. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 5 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. +Returns information about the destination that you specify. The getDestination API is grantless. For more information, see \"Grantless operations\" in the Selling Partner API Developer Guide. + +**Usage Plan:** + +| Rate (requests per second) | Burst | +| ---- | ---- | +| 1 | 5 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. ### Example ```php @@ -267,7 +297,13 @@ No authorization required -Returns information about all destinations. The getDestinations API is grantless. For more information, see \"Grantless operations\" in the Selling Partner API Developer Guide. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 5 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. +Returns information about all destinations. The getDestinations API is grantless. For more information, see \"Grantless operations\" in the Selling Partner API Developer Guide. + +**Usage Plan:** + +| Rate (requests per second) | Burst | +| ---- | ---- | +| 1 | 5 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. ### Example ```php @@ -312,7 +348,13 @@ No authorization required -Returns information about subscriptions of the specified notification type. You can use this API to get subscription information when you do not have a subscription identifier. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 5 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. +Returns information about subscriptions of the specified notification type. You can use this API to get subscription information when you do not have a subscription identifier. + +**Usage Plan:** + +| Rate (requests per second) | Burst | +| ---- | ---- | +| 1 | 5 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. ### Example ```php @@ -361,7 +403,13 @@ No authorization required -Returns information about a subscription for the specified notification type. The getSubscriptionById API is grantless. For more information, see \"Grantless operations\" in the Selling Partner API Developer Guide. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 5 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. +Returns information about a subscription for the specified notification type. The getSubscriptionById API is grantless. For more information, see \"Grantless operations\" in the Selling Partner API Developer Guide. + +**Usage Plan:** + +| Rate (requests per second) | Burst | +| ---- | ---- | +| 1 | 5 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. ### Example ```php diff --git a/docs/Api/OrdersV0Api.md b/docs/Api/OrdersV0Api.md index a05a5570..d33c1ba6 100644 --- a/docs/Api/OrdersV0Api.md +++ b/docs/Api/OrdersV0Api.md @@ -16,7 +16,13 @@ Method | HTTP request | Description -Returns the order indicated by the specified order ID. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. +Returns the order indicated by the specified order ID. + +**Usage Plan:** + +| Rate (requests per second) | Burst | +| ---- | ---- | +| 1 | 1 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. ### Example ```php @@ -65,7 +71,13 @@ No authorization required -Returns the shipping address for the order indicated by the specified order ID. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. +Returns the shipping address for the order indicated by the specified order ID. + +**Usage Plan:** + +| Rate (requests per second) | Burst | +| ---- | ---- | +| 1 | 1 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. ### Example ```php @@ -114,7 +126,13 @@ No authorization required -Returns buyer information for the order indicated by the specified order ID. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. +Returns buyer information for the order indicated by the specified order ID. + +**Usage Plan:** + +| Rate (requests per second) | Burst | +| ---- | ---- | +| 1 | 1 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. ### Example ```php @@ -163,7 +181,13 @@ No authorization required -Returns detailed order item information for the order indicated by the specified order ID. If NextToken is provided, it's used to retrieve the next page of order items. Note: When an order is in the Pending state (the order has been placed but payment has not been authorized), the getOrderItems operation does not return information about pricing, taxes, shipping charges, gift status or promotions for the order items in the order. After an order leaves the Pending state (this occurs when payment has been authorized) and enters the Unshipped, Partially Shipped, or Shipped state, the getOrderItems operation returns information about pricing, taxes, shipping charges, gift status and promotions for the order items in the order. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. +Returns detailed order item information for the order indicated by the specified order ID. If NextToken is provided, it's used to retrieve the next page of order items. Note: When an order is in the Pending state (the order has been placed but payment has not been authorized), the getOrderItems operation does not return information about pricing, taxes, shipping charges, gift status or promotions for the order items in the order. After an order leaves the Pending state (this occurs when payment has been authorized) and enters the Unshipped, Partially Shipped, or Shipped state, the getOrderItems operation returns information about pricing, taxes, shipping charges, gift status and promotions for the order items in the order. + +**Usage Plan:** + +| Rate (requests per second) | Burst | +| ---- | ---- | +| 1 | 1 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. ### Example ```php @@ -214,7 +238,13 @@ No authorization required -Returns buyer information in the order items of the order indicated by the specified order ID. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. +Returns buyer information in the order items of the order indicated by the specified order ID. + +**Usage Plan:** + +| Rate (requests per second) | Burst | +| ---- | ---- | +| 1 | 1 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. ### Example ```php @@ -265,7 +295,13 @@ No authorization required -Returns orders created or updated during the time frame indicated by the specified parameters. You can also apply a range of filtering criteria to narrow the list of orders returned. If NextToken is present, that will be used to retrieve the orders instead of other criteria. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. +Returns orders created or updated during the time frame indicated by the specified parameters. You can also apply a range of filtering criteria to narrow the list of orders returned. If NextToken is present, that will be used to retrieve the orders instead of other criteria. + +**Usage Plan:** + +| Rate (requests per second) | Burst | +| ---- | ---- | +| 1 | 1 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. ### Example ```php diff --git a/docs/Api/ProductPricingApi.md b/docs/Api/ProductPricingApi.md index 292ea390..82a78368 100644 --- a/docs/Api/ProductPricingApi.md +++ b/docs/Api/ProductPricingApi.md @@ -14,7 +14,13 @@ Method | HTTP request | Description -Returns competitive pricing information for a seller's offer listings based on seller SKU or ASIN. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. +Returns competitive pricing information for a seller's offer listings based on seller SKU or ASIN. + +**Usage Plan:** + +| Rate (requests per second) | Burst | +| ---- | ---- | +| 1 | 1 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. ### Example ```php @@ -69,7 +75,13 @@ No authorization required -Returns the lowest priced offers for a single item based on ASIN. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. +Returns the lowest priced offers for a single item based on ASIN. + +**Usage Plan:** + +| Rate (requests per second) | Burst | +| ---- | ---- | +| 1 | 1 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. ### Example ```php @@ -122,7 +134,13 @@ No authorization required -Returns the lowest priced offers for a single SKU listing. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. +Returns the lowest priced offers for a single SKU listing. + +**Usage Plan:** + +| Rate (requests per second) | Burst | +| ---- | ---- | +| 1 | 1 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. ### Example ```php @@ -175,7 +193,13 @@ No authorization required -Returns pricing information for a seller's offer listings based on seller SKU or ASIN. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. +Returns pricing information for a seller's offer listings based on seller SKU or ASIN. + +**Usage Plan:** + +| Rate (requests per second) | Burst | +| ---- | ---- | +| 1 | 1 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. ### Example ```php diff --git a/docs/Api/ReportsApi.md b/docs/Api/ReportsApi.md index 55f06d13..061800f8 100644 --- a/docs/Api/ReportsApi.md +++ b/docs/Api/ReportsApi.md @@ -19,7 +19,13 @@ Method | HTTP request | Description -Cancels the report that you specify. Only reports with processingStatus=IN_QUEUE can be cancelled. Cancelled reports are returned in subsequent calls to the getReport and getReports operations. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.0222 | 10 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. +Cancels the report that you specify. Only reports with processingStatus=IN_QUEUE can be cancelled. Cancelled reports are returned in subsequent calls to the getReport and getReports operations. + +**Usage Plan:** + +| Rate (requests per second) | Burst | +| ---- | ---- | +| 0.0222 | 10 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. ### Example ```php @@ -68,7 +74,13 @@ No authorization required -Cancels the report schedule that you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.0222 | 10 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. +Cancels the report schedule that you specify. + +**Usage Plan:** + +| Rate (requests per second) | Burst | +| ---- | ---- | +| 0.0222 | 10 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. ### Example ```php @@ -117,7 +129,13 @@ No authorization required -Creates a report. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.0167 | 15 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. +Creates a report. + +**Usage Plan:** + +| Rate (requests per second) | Burst | +| ---- | ---- | +| 0.0167 | 15 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. ### Example ```php @@ -166,7 +184,13 @@ No authorization required -Creates a report schedule. If a report schedule with the same report type and marketplace IDs already exists, it will be cancelled and replaced with this one. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.0222 | 10 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. +Creates a report schedule. If a report schedule with the same report type and marketplace IDs already exists, it will be cancelled and replaced with this one. + +**Usage Plan:** + +| Rate (requests per second) | Burst | +| ---- | ---- | +| 0.0222 | 10 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. ### Example ```php @@ -215,7 +239,13 @@ No authorization required -Returns report details (including the reportDocumentId, if available) for the report that you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2.0 | 15 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. +Returns report details (including the reportDocumentId, if available) for the report that you specify. + +**Usage Plan:** + +| Rate (requests per second) | Burst | +| ---- | ---- | +| 2.0 | 15 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. ### Example ```php @@ -264,7 +294,13 @@ No authorization required -Returns the information required for retrieving a report document's contents. This includes a presigned URL for the report document as well as the information required to decrypt the document's contents. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.0167 | 15 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. +Returns the information required for retrieving a report document's contents. This includes a presigned URL for the report document as well as the information required to decrypt the document's contents. + +**Usage Plan:** + +| Rate (requests per second) | Burst | +| ---- | ---- | +| 0.0167 | 15 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. ### Example ```php @@ -313,7 +349,13 @@ No authorization required -Returns report schedule details for the report schedule that you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.0222 | 10 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. +Returns report schedule details for the report schedule that you specify. + +**Usage Plan:** + +| Rate (requests per second) | Burst | +| ---- | ---- | +| 0.0222 | 10 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. ### Example ```php @@ -362,7 +404,13 @@ No authorization required -Returns report schedule details that match the filters that you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.0222 | 10 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. +Returns report schedule details that match the filters that you specify. + +**Usage Plan:** + +| Rate (requests per second) | Burst | +| ---- | ---- | +| 0.0222 | 10 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. ### Example ```php @@ -411,7 +459,13 @@ No authorization required -Returns report details for the reports that match the filters that you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 0.0222 | 10 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. +Returns report details for the reports that match the filters that you specify. + +**Usage Plan:** + +| Rate (requests per second) | Burst | +| ---- | ---- | +| 0.0222 | 10 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. ### Example ```php diff --git a/docs/Api/SalesApi.md b/docs/Api/SalesApi.md index 8a52e8f7..b764341a 100644 --- a/docs/Api/SalesApi.md +++ b/docs/Api/SalesApi.md @@ -11,7 +11,13 @@ Method | HTTP request | Description -Returns aggregated order metrics for given interval, broken down by granularity, for given buyer type. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | .5 | 15 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. +Returns aggregated order metrics for given interval, broken down by granularity, for given buyer type. + +**Usage Plan:** + +| Rate (requests per second) | Burst | +| ---- | ---- | +| .5 | 15 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. ### Example ```php diff --git a/docs/Api/SellersApi.md b/docs/Api/SellersApi.md index b7a1e671..15c7fbe2 100644 --- a/docs/Api/SellersApi.md +++ b/docs/Api/SellersApi.md @@ -11,7 +11,13 @@ Method | HTTP request | Description -Returns a list of marketplaces that the seller submitting the request can sell in and information about the seller's participation in those marketplaces. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | .016 | 15 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. +Returns a list of marketplaces that the seller submitting the request can sell in and information about the seller's participation in those marketplaces. + +**Usage Plan:** + +| Rate (requests per second) | Burst | +| ---- | ---- | +| .016 | 15 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. ### Example ```php diff --git a/docs/Api/ServiceApi.md b/docs/Api/ServiceApi.md index e218e45c..3613cdf0 100644 --- a/docs/Api/ServiceApi.md +++ b/docs/Api/ServiceApi.md @@ -16,7 +16,13 @@ Method | HTTP request | Description -Adds an appointment to the service job indicated by the service job identifier you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 5 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. +Adds an appointment to the service job indicated by the service job identifier you specify. + +**Usage Plan:** + +| Rate (requests per second) | Burst | +| ---- | ---- | +| 1 | 5 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. ### Example ```php @@ -67,7 +73,13 @@ No authorization required -Cancels the service job indicated by the service job identifier you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 5 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. +Cancels the service job indicated by the service job identifier you specify. + +**Usage Plan:** + +| Rate (requests per second) | Burst | +| ---- | ---- | +| 1 | 5 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. ### Example ```php @@ -118,7 +130,13 @@ No authorization required -Completes the service job indicated by the service job identifier you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 5 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. +Completes the service job indicated by the service job identifier you specify. + +**Usage Plan:** + +| Rate (requests per second) | Burst | +| ---- | ---- | +| 1 | 5 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. ### Example ```php @@ -167,7 +185,13 @@ No authorization required -Gets service job details for the service job indicated by the service job identifier you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 5 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. +Gets service job details for the service job indicated by the service job identifier you specify. + +**Usage Plan:** + +| Rate (requests per second) | Burst | +| ---- | ---- | +| 1 | 5 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. ### Example ```php @@ -216,7 +240,13 @@ No authorization required -Gets service job details for the specified filter query. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 5 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. +Gets service job details for the specified filter query. + +**Usage Plan:** + +| Rate (requests per second) | Burst | +| ---- | ---- | +| 1 | 5 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. ### Example ```php @@ -289,7 +319,13 @@ No authorization required -Reschedules an appointment for the service job indicated by the service job identifier you specify. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 5 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. +Reschedules an appointment for the service job indicated by the service job identifier you specify. + +**Usage Plan:** + +| Rate (requests per second) | Burst | +| ---- | ---- | +| 1 | 5 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. ### Example ```php diff --git a/docs/Api/ShippingApi.md b/docs/Api/ShippingApi.md index 891b491a..facda1a0 100644 --- a/docs/Api/ShippingApi.md +++ b/docs/Api/ShippingApi.md @@ -19,7 +19,13 @@ Method | HTTP request | Description -Cancel a shipment by the given shipmentId. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 5 | 15 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. +Cancel a shipment by the given shipmentId. + +**Usage Plan:** + +| Rate (requests per second) | Burst | +| ---- | ---- | +| 5 | 15 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. ### Example ```php @@ -68,7 +74,13 @@ No authorization required -Create a new shipment. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 5 | 15 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. +Create a new shipment. + +**Usage Plan:** + +| Rate (requests per second) | Burst | +| ---- | ---- | +| 5 | 15 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. ### Example ```php @@ -117,7 +129,13 @@ No authorization required -Verify if the current account is valid. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 5 | 15 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. +Verify if the current account is valid. + +**Usage Plan:** + +| Rate (requests per second) | Burst | +| ---- | ---- | +| 5 | 15 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. ### Example ```php @@ -162,7 +180,13 @@ No authorization required -Get service rates. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 5 | 15 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. +Get service rates. + +**Usage Plan:** + +| Rate (requests per second) | Burst | +| ---- | ---- | +| 5 | 15 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. ### Example ```php @@ -211,7 +235,13 @@ No authorization required -Return the entire shipment object for the shipmentId. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 5 | 15 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. +Return the entire shipment object for the shipmentId. + +**Usage Plan:** + +| Rate (requests per second) | Burst | +| ---- | ---- | +| 5 | 15 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. ### Example ```php @@ -260,7 +290,13 @@ No authorization required -Return the tracking information of a shipment. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 1 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. +Return the tracking information of a shipment. + +**Usage Plan:** + +| Rate (requests per second) | Burst | +| ---- | ---- | +| 1 | 1 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. ### Example ```php @@ -309,7 +345,13 @@ No authorization required -Purchase shipping labels based on a given rate. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 5 | 15 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. +Purchase shipping labels based on a given rate. + +**Usage Plan:** + +| Rate (requests per second) | Burst | +| ---- | ---- | +| 5 | 15 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. ### Example ```php @@ -360,7 +402,13 @@ No authorization required -Purchase shipping labels. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 5 | 15 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. +Purchase shipping labels. + +**Usage Plan:** + +| Rate (requests per second) | Burst | +| ---- | ---- | +| 5 | 15 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. ### Example ```php @@ -409,7 +457,13 @@ No authorization required -Retrieve shipping label based on the shipment id and tracking id. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 5 | 15 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. +Retrieve shipping label based on the shipment id and tracking id. + +**Usage Plan:** + +| Rate (requests per second) | Burst | +| ---- | ---- | +| 5 | 15 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. ### Example ```php diff --git a/docs/Api/SmallAndLightApi.md b/docs/Api/SmallAndLightApi.md index 20a83929..1808ce67 100644 --- a/docs/Api/SmallAndLightApi.md +++ b/docs/Api/SmallAndLightApi.md @@ -15,7 +15,13 @@ Method | HTTP request | Description -Removes the item indicated by the specified seller SKU from the Small and Light program in the specified marketplace. If the item is not eligible for disenrollment, the ineligibility reasons are returned. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 5 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. +Removes the item indicated by the specified seller SKU from the Small and Light program in the specified marketplace. If the item is not eligible for disenrollment, the ineligibility reasons are returned. + +**Usage Plan:** + +| Rate (requests per second) | Burst | +| ---- | ---- | +| 2 | 5 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. ### Example ```php @@ -65,7 +71,13 @@ No authorization required -Returns the Small and Light program eligibility status of the item indicated by the specified seller SKU in the specified marketplace. If the item is not eligible, the ineligibility reasons are returned. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 10 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. +Returns the Small and Light program eligibility status of the item indicated by the specified seller SKU in the specified marketplace. If the item is not eligible, the ineligibility reasons are returned. + +**Usage Plan:** + +| Rate (requests per second) | Burst | +| ---- | ---- | +| 2 | 10 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. ### Example ```php @@ -116,7 +128,13 @@ No authorization required -Returns the Small and Light enrollment status for the item indicated by the specified seller SKU in the specified marketplace. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 10 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. +Returns the Small and Light enrollment status for the item indicated by the specified seller SKU in the specified marketplace. + +**Usage Plan:** + +| Rate (requests per second) | Burst | +| ---- | ---- | +| 2 | 10 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. ### Example ```php @@ -167,7 +185,13 @@ No authorization required -Returns the Small and Light fee estimates for the specified items. You must include a marketplaceId parameter to retrieve the proper fee estimates for items to be sold in that marketplace. The ordering of items in the response will mirror the order of the items in the request. Duplicate ASIN/price combinations are removed. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 3 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. +Returns the Small and Light fee estimates for the specified items. You must include a marketplaceId parameter to retrieve the proper fee estimates for items to be sold in that marketplace. The ordering of items in the response will mirror the order of the items in the request. Duplicate ASIN/price combinations are removed. + +**Usage Plan:** + +| Rate (requests per second) | Burst | +| ---- | ---- | +| 1 | 3 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. ### Example ```php @@ -216,7 +240,13 @@ No authorization required -Enrolls the item indicated by the specified seller SKU in the Small and Light program in the specified marketplace. If the item is not eligible, the ineligibility reasons are returned. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 2 | 5 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. +Enrolls the item indicated by the specified seller SKU in the Small and Light program in the specified marketplace. If the item is not eligible, the ineligibility reasons are returned. + +**Usage Plan:** + +| Rate (requests per second) | Burst | +| ---- | ---- | +| 2 | 5 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. ### Example ```php diff --git a/docs/Api/SolicitationsApi.md b/docs/Api/SolicitationsApi.md index 3a97a317..3eaeee88 100644 --- a/docs/Api/SolicitationsApi.md +++ b/docs/Api/SolicitationsApi.md @@ -12,7 +12,13 @@ Method | HTTP request | Description -Sends a solicitation to a buyer asking for seller feedback and a product review for the specified order. Send only one productReviewAndSellerFeedback or free form proactive message per order. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 5 | 15 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. +Sends a solicitation to a buyer asking for seller feedback and a product review for the specified order. Send only one productReviewAndSellerFeedback or free form proactive message per order. + +**Usage Plan:** + +| Rate (requests per second) | Burst | +| ---- | ---- | +| 5 | 15 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. ### Example ```php @@ -63,7 +69,13 @@ No authorization required -Returns a list of solicitation types that are available for an order that you specify. A solicitation type is represented by an actions object, which contains a path and query parameter(s). You can use the path and parameter(s) to call an operation that sends a solicitation. Currently only the productReviewAndSellerFeedbackSolicitation solicitation type is available. **Usage Plan:** | Rate (requests per second) | Burst | | ---- | ---- | | 5 | 15 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. +Returns a list of solicitation types that are available for an order that you specify. A solicitation type is represented by an actions object, which contains a path and query parameter(s). You can use the path and parameter(s) to call an operation that sends a solicitation. Currently only the productReviewAndSellerFeedbackSolicitation solicitation type is available. + +**Usage Plan:** + +| Rate (requests per second) | Burst | +| ---- | ---- | +| 5 | 15 | For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation. ### Example ```php diff --git a/fix_lines.php b/fix_lines.php new file mode 100644 index 00000000..90c09583 --- /dev/null +++ b/fix_lines.php @@ -0,0 +1,9 @@ +