diff --git a/models/product-fees-api-model/productFeesV0.json b/models/product-fees-api-model/productFeesV0.json index 69598e2..2d89a86 100644 --- a/models/product-fees-api-model/productFeesV0.json +++ b/models/product-fees-api-model/productFeesV0.json @@ -29,7 +29,7 @@ "tags": [ "fees" ], - "description": "Returns the estimated fees for the item indicated by the specified seller SKU in the marketplace specified in the request body.\n\nYou can call getMyFeesEstimateForSKU for an item on behalf of a selling partner before the selling partner 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.\n\n**Note:** This value is only an estimate, actual costs may vary. Search \"fees\" in [Seller Central](https://sellercentral.amazon.com/) and consult the store-specific fee schedule for the most up-to-date information.\n\n**Usage Plans:**\n\n| Plan type | Rate (requests per second) | Burst |\n| ---- | ---- | ---- |\n|Default| 10 | 20 |\n|Selling partner specific| Variable | Variable |\n\nThe x-amzn-RateLimit-Limit response header returns the usage plan rate limits that were applied to the requested operation. Rate limits for some selling partners will vary from the default rate and burst shown in the table above. For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.", + "description": "Returns the estimated fees for the item indicated by the specified seller SKU in the marketplace specified in the request body.\n\nYou can call `getMyFeesEstimateForSKU` for an item on behalf of a selling partner before the selling partner sets the item's price. The selling partner can then take any estimated fees into account. Each fees estimate request must include an original identifier. This identifier is included in the fees estimate so that you can correlate a fees estimate with the original request.\n\n**Note:** The identifier value is only an estimate, actual costs may vary. Search \"fees\" in [Seller Central](https://sellercentral.amazon.com/) and consult the store-specific fee schedule for the most up-to-date information.\n\n**Usage Plan:**\n\n| Rate (requests per second) | Burst |\n| ---- | ---- |\n| 10 | 20 |\n\nThe `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](doc:usage-plans-and-rate-limits-in-the-sp-api).", "operationId": "getMyFeesEstimateForSKU", "parameters": [ { @@ -91,7 +91,7 @@ "FeesEstimateIdentifier": { "MarketplaceId": "ATVPDKIKX0DER", "IdType": "ASIN", - "SellerId": "A3TH9S8BH6GOGM", + "SellerId": "AXXXXXXXXXXXXX", "SellerInputIdentifier": "UmaS1", "IsAmazonFulfilled": false, "IdValue": "B00V5DG6IQ", @@ -290,7 +290,7 @@ "tags": [ "fees" ], - "description": "Returns the estimated fees for the item indicated by the specified Asin in the marketplace specified in the request body.\n\nYou can call getMyFeesEstimateForASIN for an item on behalf of a selling partner before the selling partner 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.\n\n**Note:** This value is only an estimate, actual costs may vary. Search \"fees\" in [Seller Central](https://sellercentral.amazon.com/) and consult the store-specific fee schedule for the most up-to-date information.\n\n**Usage Plans:**\n\n| Plan type | Rate (requests per second) | Burst |\n| ---- | ---- | ---- |\n|Default| 10 | 20 |\n|Selling partner specific| Variable | Variable |\n\nThe x-amzn-RateLimit-Limit response header returns the usage plan rate limits that were applied to the requested operation. Rate limits for some selling partners will vary from the default rate and burst shown in the table above. For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.", + "description": "Returns the estimated fees for the item indicated by the specified ASIN in the marketplace specified in the request body.\n\nYou can call `getMyFeesEstimateForASIN` for an item on behalf of a selling partner before the selling partner sets the item's price. The selling partner can then take estimated fees into account. Each fees request must include an original identifier. This identifier is included in the fees estimate so you can correlate a fees estimate with the original request.\n\n**Note:** This identifier value is only an estimate, actual costs may vary. Search \"fees\" in [Seller Central](https://sellercentral.amazon.com/) and consult the store-specific fee schedule for the most up-to-date information.\n\n**Usage Plan:**\n\n| Rate (requests per second) | Burst |\n| ---- | ---- |\n| 10 | 20 |\n\nThe `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](doc:usage-plans-and-rate-limits-in-the-sp-api).", "operationId": "getMyFeesEstimateForASIN", "parameters": [ { @@ -352,7 +352,7 @@ "FeesEstimateIdentifier": { "MarketplaceId": "ATVPDKIKX0DER", "IdType": "ASIN", - "SellerId": "A3TH9S8BH6GOGM", + "SellerId": "AXXXXXXXXXXXXX", "SellerInputIdentifier": "UmaS1", "IsAmazonFulfilled": false, "IdValue": "B00V5DG6IQ", @@ -545,6 +545,353 @@ } }, "parameters": [] + }, + "/products/fees/v0/feesEstimate": { + "post": { + "tags": [ + "fees" + ], + "description": "Returns the estimated fees for a list of products.", + "operationId": "getMyFeesEstimates", + "parameters": [ + { + "in": "body", + "name": "body", + "required": true, + "schema": { + "$ref": "#/definitions/GetMyFeesEstimatesRequest" + } + } + ], + "responses": { + "200": { + "description": "Success.", + "x-amzn-api-sandbox": { + "static": [ + { + "request": { + "parameters": { + "body": { + "value": [ + { + "FeesEstimateRequest": { + "MarketplaceId": "ATVPDKIKX0DER", + "IsAmazonFulfilled": false, + "PriceToEstimateFees": { + "ListingPrice": { + "CurrencyCode": "USD", + "Amount": 10 + }, + "Shipping": { + "CurrencyCode": "USD", + "Amount": 10 + }, + "Points": { + "PointsNumber": 0, + "PointsMonetaryValue": { + "CurrencyCode": "USD", + "Amount": 0 + } + } + }, + "Identifier": "UmaS1" + }, + "IdType": "ASIN", + "IdValue": "asin123" + }, + { + "FeesEstimateRequest": { + "MarketplaceId": "A1AM78C64UM0Y8", + "IsAmazonFulfilled": true, + "PriceToEstimateFees": { + "ListingPrice": { + "CurrencyCode": "MXN", + "Amount": 10 + }, + "Shipping": { + "CurrencyCode": "MXN", + "Amount": 10 + }, + "Points": { + "PointsNumber": 0, + "PointsMonetaryValue": { + "CurrencyCode": "MXN", + "Amount": 0 + } + } + }, + "Identifier": "UmaS2" + }, + "IdType": "SellerSKU", + "IdValue": "sku123" + } + ] + } + } + }, + "response": [ + { + "Status": "Success", + "FeesEstimateIdentifier": { + "MarketplaceId": "ATVPDKIKX0DER", + "IdType": "ASIN", + "SellerId": "AXXXXXXXXXXXXX", + "SellerInputIdentifier": "UmaS1", + "IsAmazonFulfilled": false, + "IdValue": "asin123", + "PriceToEstimateFees": { + "ListingPrice": { + "CurrencyCode": "USD", + "Amount": 10 + }, + "Shipping": { + "CurrencyCode": "USD", + "Amount": 10 + }, + "Points": { + "PointsNumber": 0, + "PointsMonetaryValue": { + "CurrencyCode": "USD", + "Amount": 0 + } + } + } + }, + "FeesEstimate": { + "TimeOfFeesEstimation": "Mon Oct 28 18:49:32 UTC 2019", + "TotalFeesEstimate": { + "CurrencyCode": "USD", + "Amount": 3.0 + }, + "FeeDetailList": [] + }, + "Error": { + "Type": "", + "Code": "", + "Message": "", + "Detail": [] + } + }, + { + "Status": "Success", + "FeesEstimateIdentifier": { + "MarketplaceId": "A1AM78C64UM0Y8", + "IdType": "SellerSKU", + "SellerId": "AXXXXXXXXXXXXX", + "SellerInputIdentifier": "UmaS2", + "IsAmazonFulfilled": false, + "IdValue": "sku123", + "PriceToEstimateFees": { + "ListingPrice": { + "CurrencyCode": "MXN", + "Amount": 10 + }, + "Shipping": { + "CurrencyCode": "MXN", + "Amount": 10 + }, + "Points": { + "PointsNumber": 0, + "PointsMonetaryValue": { + "CurrencyCode": "MXN", + "Amount": 0 + } + } + } + }, + "FeesEstimate": { + "TimeOfFeesEstimation": "Mon Oct 28 18:49:32 UTC 2019", + "TotalFeesEstimate": { + "CurrencyCode": "MXN", + "Amount": 3.0 + }, + "FeeDetailList": [] + }, + "Error": { + "Type": "", + "Code": "", + "Message": "", + "Detail": [] + } + } + ] + } + ] + }, + "schema": { + "$ref": "#/definitions/GetMyFeesEstimatesResponse" + }, + "headers": { + "x-amzn-RateLimit-Limit": { + "description": "Your rate limit (requests per second) for this operation.", + "type": "string" + }, + "x-amzn-RequestId": { + "type": "string", + "description": "Unique request reference identifier." + } + } + }, + "400": { + "description": "Request has missing or invalid parameters and cannot be parsed.", + "x-amzn-api-sandbox": { + "static": [ + { + "request": { + "parameters": { + "body": { + "value": [ + { + "FeesEstimateRequest": { + "MarketplaceId": "INVALIDMARKETPLACEID", + "IsAmazonFulfilled": false, + "PriceToEstimateFees": { + "ListingPrice": { + "CurrencyCode": "USD", + "Amount": 10 + }, + "Shipping": { + "CurrencyCode": "USD", + "Amount": 10 + }, + "Points": { + "PointsNumber": 0, + "PointsMonetaryValue": { + "CurrencyCode": "USD", + "Amount": 0 + } + } + }, + "Identifier": "UmaS1" + }, + "IdType": "ASIN", + "IdValue": "asin123" + } + ] + } + } + }, + "response": { + "errors": [ + { + "code": "InvalidInput", + "message": "Incorrect Marketplace identifier.", + "details": "" + } + ] + } + } + ] + }, + "schema": { + "$ref": "#/definitions/GetMyFeesEstimatesErrorList" + }, + "headers": { + "x-amzn-RateLimit-Limit": { + "description": "Your rate limit (requests per second) for this operation.", + "type": "string" + }, + "x-amzn-RequestId": { + "type": "string", + "description": "Unique request reference identifier." + } + } + }, + "401": { + "description": "The request's Authorization header is not formatted correctly or does not contain a valid token.", + "schema": { + "$ref": "#/definitions/GetMyFeesEstimatesErrorList" + }, + "headers": { + "x-amzn-RateLimit-Limit": { + "description": "Your rate limit (requests per second) for this operation.\n_Note:_ For this status code, the rate limit header is deprecated and no longer returned.", + "type": "string" + }, + "x-amzn-RequestId": { + "type": "string", + "description": "Unique request reference identifier." + } + } + }, + "403": { + "description": "Indicates access to the resource is forbidden. Possible reasons include **Access Denied**, **Unauthorized**, **Expired Token**, or **Invalid Signature**.", + "schema": { + "$ref": "#/definitions/GetMyFeesEstimatesErrorList" + }, + "headers": { + "x-amzn-RequestId": { + "type": "string", + "description": "Unique request reference identifier." + } + } + }, + "404": { + "description": "The specified resource does not exist.", + "schema": { + "$ref": "#/definitions/GetMyFeesEstimatesErrorList" + }, + "headers": { + "x-amzn-RateLimit-Limit": { + "type": "string", + "description": "Your rate limit (requests per second) for this operation." + }, + "x-amzn-RequestId": { + "type": "string", + "description": "Unique request reference identifier." + } + } + }, + "429": { + "description": "The frequency of requests was greater than allowed.", + "schema": { + "$ref": "#/definitions/GetMyFeesEstimatesErrorList" + }, + "headers": { + "x-amzn-RateLimit-Limit": { + "description": "Your rate limit (requests per second) for this operation.\n_Note:_ For this status code, the rate limit header is deprecated and no longer returned.", + "type": "string" + }, + "x-amzn-RequestId": { + "type": "string", + "description": "Unique request reference identifier." + } + } + }, + "500": { + "description": "An unexpected condition occurred that prevented the server from fulfilling the request.", + "schema": { + "$ref": "#/definitions/GetMyFeesEstimatesErrorList" + }, + "headers": { + "x-amzn-RateLimit-Limit": { + "description": "Your rate limit (requests per second) for this operation.\n_Note:_ For this status code, the rate limit header is deprecated and no longer returned.", + "type": "string" + }, + "x-amzn-RequestId": { + "type": "string", + "description": "Unique request reference identifier." + } + } + }, + "503": { + "description": "Temporary overloading or maintenance of the server.", + "schema": { + "$ref": "#/definitions/GetMyFeesEstimatesErrorList" + }, + "headers": { + "x-amzn-RateLimit-Limit": { + "description": "Your rate limit (requests per second) for this operation.\n_Note:_ For this status code, the rate limit header is deprecated and no longer returned.", + "type": "string" + }, + "x-amzn-RequestId": { + "type": "string", + "description": "Unique request reference identifier." + } + } + } + } + }, + "parameters": [] } }, "definitions": { @@ -557,6 +904,33 @@ } } }, + "GetMyFeesEstimatesRequest": { + "description": "Request for estimated fees for a list of products.", + "type": "array", + "items": { + "$ref": "#/definitions/FeesEstimateByIdRequest" + } + }, + "FeesEstimateByIdRequest": { + "type": "object", + "description": "A product, marketplace, and proposed price used to request estimated fees.", + "required": [ + "IdType", + "IdValue" + ], + "properties": { + "FeesEstimateRequest": { + "$ref": "#/definitions/FeesEstimateRequest" + }, + "IdType": { + "$ref": "#/definitions/IdType" + }, + "IdValue": { + "description": "The item identifier.", + "type": "string" + } + } + }, "FeesEstimateRequest": { "type": "object", "required": ["MarketplaceId", "PriceToEstimateFees", "Identifier"], @@ -604,6 +978,13 @@ } } }, + "GetMyFeesEstimatesResponse": { + "description": "Estimated fees for a list of products.", + "type": "array", + "items": { + "$ref": "#/definitions/FeesEstimateResult" + } + }, "Points": { "type": "object", "properties": { @@ -616,6 +997,19 @@ } } }, + "GetMyFeesEstimatesErrorList": { + "type": "object", + "description": "A list of error responses returned when a request is unsuccessful.", + "required": ["errors"], + "properties": { + "errors": { + "type": "array", + "items": { + "$ref": "#/definitions/Error" + } + } + } + }, "ErrorList": { "type": "array", "description": "A list of error responses returned when a request is unsuccessful.", @@ -679,8 +1073,7 @@ "type": "string" }, "IdType": { - "description": "The type of item identifier specified.", - "type": "string" + "$ref": "#/definitions/IdType" }, "IdValue": { "description": "The item identifier.", @@ -889,6 +1282,24 @@ "description": "Returns the cross-border European Fulfillment Network fees across EU countries for the offer." } ] + }, + "IdType": { + "type": "string", + "description": "The type of product identifier used in a `FeesEstimateByIdRequest`.", + "enum": [ + "ASIN", + "SellerSKU" + ], + "x-docgen-enum-table-extension": [ + { + "value": "ASIN", + "description": "An Amazon Standard Identification Number (ASIN) of a listings item." + }, + { + "value": "SellerSKU", + "description": "A selling partner provided identifier for an Amazon listing." + } + ] } } } diff --git a/models/product-pricing-api-model/productPricingV0.json b/models/product-pricing-api-model/productPricingV0.json index 86f4852..af09adc 100644 --- a/models/product-pricing-api-model/productPricingV0.json +++ b/models/product-pricing-api-model/productPricingV0.json @@ -29,7 +29,7 @@ "tags": [ "productPricing" ], - "description": "Returns pricing information for a seller's offer listings based on seller SKU or ASIN.\n\n**Usage Plans:**\n\n| Plan type | Rate (requests per second) | Burst |\n| ---- | ---- | ---- |\n|Default| 10 | 20 |\n|Selling partner specific| Variable | Variable |\n\nThe x-amzn-RateLimit-Limit response header returns the usage plan rate limits that were applied to the requested operation. Rate limits for some selling partners will vary from the default rate and burst shown in the table above. For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.", + "description": "Returns pricing information for a seller's offer listings based on seller SKU or ASIN.\n\n**Usage Plan:**\n\n| Rate (requests per second) | Burst |\n| ---- | ---- |\n| 10 | 20 |\n\nThe `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](doc:usage-plans-and-rate-limits-in-the-sp-api).","description": "Returns pricing information for a seller's offer listings based on seller SKU or ASIN.\n\n**Usage Plan:**\n\n| Rate (requests per second) | Burst |\n| ---- | ---- |\n| 10 | 20 |\n\nThe `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](doc:usage-plans-and-rate-limits-in-the-sp-api).", "operationId": "getPricing", "parameters": [ { @@ -168,325 +168,325 @@ "value": "Asin" } } - }, - "response": { - "payload": [ - { - "status": "Success", - "ASIN": "B00V5DG6IQ", - "Product": { - "Identifiers": { - "MarketplaceASIN": { - "MarketplaceId": "ATVPDKIKX0DER", - "ASIN": "B00V5DG6IQ" + }, + "response": { + "payload": [ + { + "status": "Success", + "ASIN": "B00V5DG6IQ", + "Product": { + "Identifiers": { + "MarketplaceASIN": { + "MarketplaceId": "ATVPDKIKX0DER", + "ASIN": "B00V5DG6IQ" + }, + "SKUIdentifier": { + "MarketplaceId": "", + "SellerId": "", + "SellerSKU": "" + } }, - "SKUIdentifier": { - "MarketplaceId": "", - "SellerId": "", - "SellerSKU": "" - } - }, - "Offers": [ - { - "BuyingPrice": { - "ListingPrice": { - "CurrencyCode": "USD", - "Amount": 10.00 - }, - "LandedPrice": { - "CurrencyCode": "USD", - "Amount": 10.00 - }, - "Shipping": { - "CurrencyCode": "USD", - "Amount": 0.00 - } - }, - "RegularPrice": { - "CurrencyCode": "USD", - "Amount": 10.00 - }, - "FulfillmentChannel": "MERCHANT", - "ItemCondition": "New", - "ItemSubCondition": "New", - "SellerSKU": "NABetaASINB00V5DG6IQ" - } - ] - } - }, - { - "status": "Success", - "ASIN": "B00551Q3CS", - "Product": { - "Identifiers": { - "MarketplaceASIN": { - "MarketplaceId": "ATVPDKIKX0DER", - "ASIN": "B00551Q3CS" - }, - "SKUIdentifier": { - "MarketplaceId": "", - "SellerId": "", - "SellerSKU": "" - } - }, - "Offers": [ - { - "BuyingPrice": { - "ListingPrice": { - "CurrencyCode": "USD", - "Amount": 10.00 - }, - "LandedPrice": { - "CurrencyCode": "USD", - "Amount": 10.00 - }, - "Shipping": { - "CurrencyCode": "USD", - "Amount": 0.00 - } - }, - "RegularPrice": { - "CurrencyCode": "USD", - "Amount": 10.00 - }, - "FulfillmentChannel": "MERCHANT", - "ItemCondition": "New", - "ItemSubCondition": "New", - "SellerSKU": "NABetaASINB00551Q3CS" - } - ] - } - } - ] - } - }, - { - "request": { - "parameters": { - "MarketplaceId": { - "value": "ATVPDKIKX0DER" - }, - "ItemType": { - "value": "Sku" - } - } - }, - "response": { - "payload": [ - { - "status": "Success", - "SellerSKU": "NABetaASINB00V5DG6IQ", - "Product": { - "Identifiers": { - "MarketplaceASIN": { - "MarketplaceId": "ATVPDKIKX0DER", - "ASIN": "B00V5DG6IQ" - }, - "SKUIdentifier": { - "MarketplaceId": "ATVPDKIKX0DER", - "SellerId": "A3TH9S8BH6GOGM", - "SellerSKU": "NABetaASINB00V5DG6IQ" - } - }, - "Offers": [ - { - "BuyingPrice": { - "ListingPrice": { - "CurrencyCode": "USD", - "Amount": 10.00 - }, - "LandedPrice": { - "CurrencyCode": "USD", - "Amount": 10.00 - }, - "Shipping": { - "CurrencyCode": "USD", - "Amount": 0.00 - } - }, - "RegularPrice": { - "CurrencyCode": "USD", - "Amount": 10.00 - }, - "FulfillmentChannel": "MERCHANT", - "ItemCondition": "New", - "ItemSubCondition": "New", - "SellerSKU": "NABetaASINB00V5DG6IQ" - } - ] - } - }, - { - "status": "Success", - "SellerSKU": "NABetaASINB00551Q3CS", - "Product": { - "Identifiers": { - "MarketplaceASIN": { - "MarketplaceId": "ATVPDKIKX0DER", - "ASIN": "B00551Q3CS" - }, - "SKUIdentifier": { - "MarketplaceId": "ATVPDKIKX0DER", - "SellerId": "A3TH9S8BH6GOGM", - "SellerSKU": "NABetaASINB00551Q3CS" - } - }, - "Offers": [ - { - "BuyingPrice": { - "ListingPrice": { - "CurrencyCode": "USD", - "Amount": 10.00 - }, - "LandedPrice": { - "CurrencyCode": "USD", - "Amount": 10.00 - }, - "Shipping": { - "CurrencyCode": "USD", - "Amount": 0.00 - } - }, - "RegularPrice": { - "CurrencyCode": "USD", - "Amount": 10.00 - }, - "FulfillmentChannel": "MERCHANT", - "ItemCondition": "New", - "ItemSubCondition": "New", - "SellerSKU": "NABetaASINB00551Q3CS" - } - ] - } - } - ] - } - }, - { - "request": { - "parameters": { - "MarketplaceId": { - "value": "ATVPDKIKX0DER" - }, - "ItemType": { - "value": "Asin" - }, - "OfferType": { - "value": "B2B" - } - } - }, - "response": { - "payload": [ - { - "status": "Success", - "ASIN": "B00V5DG6IQ", - "Product": { - "Identifiers": { - "MarketplaceASIN": { - "MarketplaceId": "ATVPDKIKX0DER", - "ASIN": "B00V5DG6IQ" - }, - "SKUIdentifier": { - "MarketplaceId": "", - "SellerId": "", - "SellerSKU": "" - } - }, - "Offers": [ - { - "offerType": "B2B", - "BuyingPrice": { - "ListingPrice": { - "CurrencyCode": "USD", - "Amount": 9.50 - }, - "LandedPrice": { - "CurrencyCode": "USD", - "Amount": 9.50 - }, - "Shipping": { - "CurrencyCode": "USD", - "Amount": 0.00 - } - }, - "RegularPrice": { - "CurrencyCode": "USD", - "Amount": 10.00 - }, - "quantityDiscountPrices": [ - { - "quantityTier": 2, - "quantityDiscountType": "QUANTITY_DISCOUNT", - "listingPrice": { + "Offers": [ + { + "BuyingPrice": { + "ListingPrice": { "CurrencyCode": "USD", - "Amount": 8.0 + "Amount": 10.00 + }, + "LandedPrice": { + "CurrencyCode": "USD", + "Amount": 10.00 + }, + "Shipping": { + "CurrencyCode": "USD", + "Amount": 0.00 } }, - { - "quantityTier": 3, - "quantityDiscountType": "QUANTITY_DISCOUNT", - "listingPrice": { - "CurrencyCode": "USD", - "Amount": 7.0 - } - } - ], - "FulfillmentChannel": "MERCHANT", - "ItemCondition": "New", - "ItemSubCondition": "New", - "SellerSKU": "NABetaASINB00V5DG6IQ" - } - ] - } - }, - { - "status": "Success", - "ASIN": "B00551Q3CS", - "Product": { - "Identifiers": { - "MarketplaceASIN": { - "MarketplaceId": "ATVPDKIKX0DER", - "ASIN": "B00551Q3CS" + "RegularPrice": { + "CurrencyCode": "USD", + "Amount": 10.00 + }, + "FulfillmentChannel": "MERCHANT", + "ItemCondition": "New", + "ItemSubCondition": "New", + "SellerSKU": "NABetaASINB00V5DG6IQ" + } + ] + } + }, + { + "status": "Success", + "ASIN": "B00551Q3CS", + "Product": { + "Identifiers": { + "MarketplaceASIN": { + "MarketplaceId": "ATVPDKIKX0DER", + "ASIN": "B00551Q3CS" + }, + "SKUIdentifier": { + "MarketplaceId": "", + "SellerId": "", + "SellerSKU": "" + } }, - "SKUIdentifier": { - "MarketplaceId": "", - "SellerId": "", - "SellerSKU": "" - } - }, - "Offers": [ - { - "offerType": "B2B", - "BuyingPrice": { - "ListingPrice": { - "CurrencyCode": "USD", - "Amount": 8.00 + "Offers": [ + { + "BuyingPrice": { + "ListingPrice": { + "CurrencyCode": "USD", + "Amount": 10.00 + }, + "LandedPrice": { + "CurrencyCode": "USD", + "Amount": 10.00 + }, + "Shipping": { + "CurrencyCode": "USD", + "Amount": 0.00 + } }, - "LandedPrice": { + "RegularPrice": { "CurrencyCode": "USD", - "Amount": 8.00 + "Amount": 10.00 }, - "Shipping": { - "CurrencyCode": "USD", - "Amount": 0.00 - } - }, - "RegularPrice": { - "CurrencyCode": "USD", - "Amount": 10.00 - }, - "FulfillmentChannel": "MERCHANT", - "ItemCondition": "New", - "ItemSubCondition": "New", - "SellerSKU": "NABetaASINB00551Q3CS" - } - ] + "FulfillmentChannel": "MERCHANT", + "ItemCondition": "New", + "ItemSubCondition": "New", + "SellerSKU": "NABetaASINB00551Q3CS" + } + ] + } + } + ] + } + }, + { + "request": { + "parameters": { + "MarketplaceId": { + "value": "ATVPDKIKX0DER" + }, + "ItemType": { + "value": "Sku" } } - ] + }, + "response": { + "payload": [ + { + "status": "Success", + "SellerSKU": "NABetaASINB00V5DG6IQ", + "Product": { + "Identifiers": { + "MarketplaceASIN": { + "MarketplaceId": "ATVPDKIKX0DER", + "ASIN": "B00V5DG6IQ" + }, + "SKUIdentifier": { + "MarketplaceId": "ATVPDKIKX0DER", + "SellerId": "AXXXXXXXXXXXXX", + "SellerSKU": "NABetaASINB00V5DG6IQ" + } + }, + "Offers": [ + { + "BuyingPrice": { + "ListingPrice": { + "CurrencyCode": "USD", + "Amount": 10.00 + }, + "LandedPrice": { + "CurrencyCode": "USD", + "Amount": 10.00 + }, + "Shipping": { + "CurrencyCode": "USD", + "Amount": 0.00 + } + }, + "RegularPrice": { + "CurrencyCode": "USD", + "Amount": 10.00 + }, + "FulfillmentChannel": "MERCHANT", + "ItemCondition": "New", + "ItemSubCondition": "New", + "SellerSKU": "NABetaASINB00V5DG6IQ" + } + ] + } + }, + { + "status": "Success", + "SellerSKU": "NABetaASINB00551Q3CS", + "Product": { + "Identifiers": { + "MarketplaceASIN": { + "MarketplaceId": "ATVPDKIKX0DER", + "ASIN": "B00551Q3CS" + }, + "SKUIdentifier": { + "MarketplaceId": "ATVPDKIKX0DER", + "SellerId": "AXXXXXXXXXXXXX", + "SellerSKU": "NABetaASINB00551Q3CS" + } + }, + "Offers": [ + { + "BuyingPrice": { + "ListingPrice": { + "CurrencyCode": "USD", + "Amount": 10.00 + }, + "LandedPrice": { + "CurrencyCode": "USD", + "Amount": 10.00 + }, + "Shipping": { + "CurrencyCode": "USD", + "Amount": 0.00 + } + }, + "RegularPrice": { + "CurrencyCode": "USD", + "Amount": 10.00 + }, + "FulfillmentChannel": "MERCHANT", + "ItemCondition": "New", + "ItemSubCondition": "New", + "SellerSKU": "NABetaASINB00551Q3CS" + } + ] + } + } + ] + } + }, + { + "request": { + "parameters": { + "MarketplaceId": { + "value": "ATVPDKIKX0DER" + }, + "ItemType": { + "value": "Asin" + }, + "OfferType": { + "value": "B2B" + } + } + }, + "response": { + "payload": [ + { + "status": "Success", + "ASIN": "B00V5DG6IQ", + "Product": { + "Identifiers": { + "MarketplaceASIN": { + "MarketplaceId": "ATVPDKIKX0DER", + "ASIN": "B00V5DG6IQ" + }, + "SKUIdentifier": { + "MarketplaceId": "", + "SellerId": "", + "SellerSKU": "" + } + }, + "Offers": [ + { + "offerType": "B2B", + "BuyingPrice": { + "ListingPrice": { + "CurrencyCode": "USD", + "Amount": 9.50 + }, + "LandedPrice": { + "CurrencyCode": "USD", + "Amount": 9.50 + }, + "Shipping": { + "CurrencyCode": "USD", + "Amount": 0.00 + } + }, + "RegularPrice": { + "CurrencyCode": "USD", + "Amount": 10.00 + }, + "quantityDiscountPrices": [ + { + "quantityTier": 2, + "quantityDiscountType": "QUANTITY_DISCOUNT", + "listingPrice": { + "CurrencyCode": "USD", + "Amount": 8.0 + } + }, + { + "quantityTier": 3, + "quantityDiscountType": "QUANTITY_DISCOUNT", + "listingPrice": { + "CurrencyCode": "USD", + "Amount": 7.0 + } + } + ], + "FulfillmentChannel": "MERCHANT", + "ItemCondition": "New", + "ItemSubCondition": "New", + "SellerSKU": "NABetaASINB00V5DG6IQ" + } + ] + } + }, + { + "status": "Success", + "ASIN": "B00551Q3CS", + "Product": { + "Identifiers": { + "MarketplaceASIN": { + "MarketplaceId": "ATVPDKIKX0DER", + "ASIN": "B00551Q3CS" + }, + "SKUIdentifier": { + "MarketplaceId": "", + "SellerId": "", + "SellerSKU": "" + } + }, + "Offers": [ + { + "offerType": "B2B", + "BuyingPrice": { + "ListingPrice": { + "CurrencyCode": "USD", + "Amount": 8.00 + }, + "LandedPrice": { + "CurrencyCode": "USD", + "Amount": 8.00 + }, + "Shipping": { + "CurrencyCode": "USD", + "Amount": 0.00 + } + }, + "RegularPrice": { + "CurrencyCode": "USD", + "Amount": 10.00 + }, + "FulfillmentChannel": "MERCHANT", + "ItemCondition": "New", + "ItemSubCondition": "New", + "SellerSKU": "NABetaASINB00551Q3CS" + } + ] + } + } + ] + } } - } ] } }, @@ -627,7 +627,7 @@ "tags": [ "productPricing" ], - "description": "Returns competitive pricing information for a seller's offer listings based on seller SKU or ASIN.\n\n**Usage Plans:**\n\n| Plan type | Rate (requests per second) | Burst |\n| ---- | ---- | ---- |\n|Default| 10 | 20 |\n|Selling partner specific| Variable | Variable |\n\nThe x-amzn-RateLimit-Limit response header returns the usage plan rate limits that were applied to the requested operation. Rate limits for some selling partners will vary from the default rate and burst shown in the table above. For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.", + "description": "Returns competitive pricing information for a seller's offer listings based on seller SKU or ASIN.\n\n**Usage Plan:**\n\n| Rate (requests per second) | Burst |\n| ---- | ---- |\n| 10 | 20 |\n\nThe `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](doc:usage-plans-and-rate-limits-in-the-sp-api).", "operationId": "getCompetitivePricing", "parameters": [ { @@ -730,667 +730,667 @@ "value": "Asin" } } - }, - "response": { - "payload": [ - { - "status": "Success", - "ASIN": "B00V5DG6IQ", - "Product": { - "Identifiers": { - "MarketplaceASIN": { - "MarketplaceId": "ATVPDKIKX0DER", - "ASIN": "B00V5DG6IQ" - }, - "SKUIdentifier": { - "MarketplaceId": "", - "SellerId": "", - "SellerSKU": "" - } - }, - "CompetitivePricing": { - "CompetitivePrices": [ - { - "CompetitivePriceId": "4545645646", - "Price": { - "LandedPrice": { - "CurrencyCode": "USD", - "Amount": 10 - }, - "ListingPrice": { - "CurrencyCode": "USD", - "Amount": 130 - }, - "Shipping": { - "CurrencyCode": "USD", - "Amount": 120 - }, - "Points": { - "PointsNumber": 130, - "PointsMonetaryValue": { - "CurrencyCode": "USD", - "Amount": 10 - } - } - }, - "condition": "new", - "belongsToRequester": true - } - ], - "NumberOfOfferListings": [ - { - "Count": 20, - "condition": "new" - } - ], - "TradeInValue": { - "CurrencyCode": "USD", - "Amount": 10 - } - }, - "SalesRankings": [ - { - "ProductCategoryId": "325345", - "Rank": 1 - } - ] - } - }, - { - "status": "Success", - "ASIN": "B00551Q3CS", - "Product": { - "Identifiers": { - "MarketplaceASIN": { - "MarketplaceId": "ATVPDKIKX0DER", - "ASIN": "B00551Q3CS" - }, - "SKUIdentifier": { - "MarketplaceId": "", - "SellerId": "", - "SellerSKU": "" - } - }, - "CompetitivePricing": { - "CompetitivePrices": [ - { - "CompetitivePriceId": "45456452646", - "Price": { - "LandedPrice": { - "CurrencyCode": "USD", - "Amount": 10 - }, - "ListingPrice": { - "CurrencyCode": "USD", - "Amount": 130 - }, - "Shipping": { - "CurrencyCode": "USD", - "Amount": 120 - }, - "Points": { - "PointsNumber": 130, - "PointsMonetaryValue": { - "CurrencyCode": "USD", - "Amount": 10 - } - } - }, - "condition": "new", - "belongsToRequester": true - } - ], - "NumberOfOfferListings": [ - { - "Count": 1, - "condition": "new" - } - ], - "TradeInValue": { - "CurrencyCode": "string", - "Amount": 0 - } - }, - "SalesRankings": [ - { - "ProductCategoryId": "54564", - "Rank": 1 - } - ] - } - } - ] - } - }, - { - "request": { - "parameters": { - "MarketplaceId": { - "value": "ATVPDKIKX0DER" - }, - "ItemType": { - "value": "Sku" - } - } - }, - "response": { - "payload": [ - { - "status": "Success", - "SellerSKU": "NABetaASINB00V5DG6IQ", - "Product": { - "Identifiers": { - "MarketplaceASIN": { - "MarketplaceId": "ATVPDKIKX0DER", - "ASIN": "B00V5DG6IQ" - }, - "SKUIdentifier": { - "MarketplaceId": "ATVPDKIKX0DER", - "SellerId": "A3TH9S8BH6GOGM", - "SellerSKU": "NABetaASINB00V5DG6IQ" - } - }, - "CompetitivePricing": { - "CompetitivePrices": [ - { - "CompetitivePriceId": "3454535", - "Price": { - "LandedPrice": { - "CurrencyCode": "USD", - "Amount": 10 - }, - "ListingPrice": { - "CurrencyCode": "USD", - "Amount": 130 - }, - "Shipping": { - "CurrencyCode": "USD", - "Amount": 120 - }, - "Points": { - "PointsNumber": 130, - "PointsMonetaryValue": { - "CurrencyCode": "USD", - "Amount": 10 - } - } - }, - "condition": "new", - "belongsToRequester": true - } - ], - "NumberOfOfferListings": [ - { - "Count": 402, - "condition": "new" - } - ], - "TradeInValue": { - "CurrencyCode": "USD", - "Amount": 20 - } - }, - "SalesRankings": [ - { - "ProductCategoryId": "676554", - "Rank": 1 - } - ] - } - }, - { - "status": "Success", - "SellerSKU": "NABetaASINB00551Q3CS", - "Product": { - "Identifiers": { - "MarketplaceASIN": { - "MarketplaceId": "ATVPDKIKX0DER", - "ASIN": "B00551Q3CS" - }, - "SKUIdentifier": { - "MarketplaceId": "ATVPDKIKX0DER", - "SellerId": "A3TH9S8BH6GOGM", - "SellerSKU": "NABetaASINB00551Q3CS" - } - }, - "CompetitivePricing": { - "CompetitivePrices": [ - { - "CompetitivePriceId": "4545645646", - "Price": { - "LandedPrice": { - "CurrencyCode": "USD", - "Amount": 10 - }, - "ListingPrice": { - "CurrencyCode": "USD", - "Amount": 130 - }, - "Shipping": { - "CurrencyCode": "USD", - "Amount": 120 - }, - "Points": { - "PointsNumber": 130, - "PointsMonetaryValue": { - "CurrencyCode": "USD", - "Amount": 10 - } - } - }, - "condition": "new", - "belongsToRequester": true - } - ], - "NumberOfOfferListings": [ - { - "Count": 402, - "condition": "new" - } - ], - "TradeInValue": { - "CurrencyCode": "USD", - "Amount": 20 - } - }, - "SalesRankings": [ - { - "ProductCategoryId": "35345", - "Rank": 1 - } - ] - } - } - ] - } - }, - { - "request": { - "parameters": { - "MarketplaceId": { - "value": "ATVPDKIKX0DER" - }, - "ItemType": { - "value": "Asin" - } - } - }, - "response": { - "payload": [ - { - "status": "Success", - "ASIN": "B00V5DG6IQ", - "Product": { - "Identifiers": { - "MarketplaceASIN": { - "MarketplaceId": "ATVPDKIKX0DER", - "ASIN": "B00V5DG6IQ" - }, - "SKUIdentifier": { - "MarketplaceId": "", - "SellerId": "", - "SellerSKU": "" - } - }, - "CompetitivePricing": { - "CompetitivePrices": [], - "NumberOfOfferListings": [ - { - "Count": 1, - "condition": "New" + }, + "response": { + "payload": [ + { + "status": "Success", + "ASIN": "B00V5DG6IQ", + "Product": { + "Identifiers": { + "MarketplaceASIN": { + "MarketplaceId": "ATVPDKIKX0DER", + "ASIN": "B00V5DG6IQ" }, + "SKUIdentifier": { + "MarketplaceId": "", + "SellerId": "", + "SellerSKU": "" + } + }, + "CompetitivePricing": { + "CompetitivePrices": [ + { + "CompetitivePriceId": "4545645646", + "Price": { + "LandedPrice": { + "CurrencyCode": "USD", + "Amount": 10 + }, + "ListingPrice": { + "CurrencyCode": "USD", + "Amount": 130 + }, + "Shipping": { + "CurrencyCode": "USD", + "Amount": 120 + }, + "Points": { + "PointsNumber": 130, + "PointsMonetaryValue": { + "CurrencyCode": "USD", + "Amount": 10 + } + } + }, + "condition": "new", + "belongsToRequester": true + } + ], + "NumberOfOfferListings": [ + { + "Count": 20, + "condition": "new" + } + ], + "TradeInValue": { + "CurrencyCode": "USD", + "Amount": 10 + } + }, + "SalesRankings": [ { - "Count": 1, - "condition": "Any" + "ProductCategoryId": "325345", + "Rank": 1 } ] - }, - "SalesRankings": [ - { - "ProductCategoryId": "office_product_display_on_website", - "Rank": 19 - }, - { - "ProductCategoryId": "1069616", - "Rank": 1 - }, - { - "ProductCategoryId": "705333011", - "Rank": 1 - }, - { - "ProductCategoryId": "1069242", - "Rank": 17 - } - ] - } - }, - { - "status": "Success", - "ASIN": "B00551Q3CS", - "Product": { - "Identifiers": { - "MarketplaceASIN": { - "MarketplaceId": "ATVPDKIKX0DER", - "ASIN": "B00551Q3CS" - }, - "SKUIdentifier": { - "MarketplaceId": "", - "SellerId": "", - "SellerSKU": "" - } - }, - "CompetitivePricing": { - "CompetitivePrices": [], - "NumberOfOfferListings": [ - { - "Count": 1, - "condition": "New" + } + }, + { + "status": "Success", + "ASIN": "B00551Q3CS", + "Product": { + "Identifiers": { + "MarketplaceASIN": { + "MarketplaceId": "ATVPDKIKX0DER", + "ASIN": "B00551Q3CS" }, - { - "Count": 1, - "condition": "Any" + "SKUIdentifier": { + "MarketplaceId": "", + "SellerId": "", + "SellerSKU": "" } - ] - }, - "SalesRankings": [ - { - "ProductCategoryId": "464394", - "Rank": 224 }, - { - "ProductCategoryId": "12954861", - "Rank": 1057 - } - ] - } - } - ] - } - }, - { - "request": { - "parameters": { - "MarketplaceId": { - "value": "ATVPDKIKX0DER" - }, - "ItemType": { - "value": "Sku" - } - } - }, - "response": { - "payload": [ - { - "status": "Success", - "SellerSKU": "NABetaASINB00V5DG6IQ", - "Product": { - "Identifiers": { - "MarketplaceASIN": { - "MarketplaceId": "ATVPDKIKX0DER", - "ASIN": "B00V5DG6IQ" - }, - "SKUIdentifier": { - "MarketplaceId": "ATVPDKIKX0DER", - "SellerId": "A3TH9S8BH6GOGM", - "SellerSKU": "NABetaASINB00V5DG6IQ" - } - }, - "CompetitivePricing": { - "CompetitivePrices": [], - "NumberOfOfferListings": [ - { - "Count": 1, - "condition": "New" - }, - { - "Count": 1, - "condition": "Any" - } - ] - }, - "SalesRankings": [ - { - "ProductCategoryId": "office_product_display_on_website", - "Rank": 19 - }, - { - "ProductCategoryId": "1069616", - "Rank": 1 - }, - { - "ProductCategoryId": "705333011", - "Rank": 1 - }, - { - "ProductCategoryId": "1069242", - "Rank": 17 - } - ] - } - }, - { - "status": "Success", - "SellerSKU": "NABetaASINB00551Q3CS", - "Product": { - "Identifiers": { - "MarketplaceASIN": { - "MarketplaceId": "ATVPDKIKX0DER", - "ASIN": "B00551Q3CS" - }, - "SKUIdentifier": { - "MarketplaceId": "ATVPDKIKX0DER", - "SellerId": "A3TH9S8BH6GOGM", - "SellerSKU": "NABetaASINB00551Q3CS" - } - }, - "CompetitivePricing": { - "CompetitivePrices": [], - "NumberOfOfferListings": [ - { - "Count": 1, - "condition": "New" - }, - { - "Count": 1, - "condition": "Any" - } - ] - }, - "SalesRankings": [ - { - "ProductCategoryId": "464394", - "Rank": 224 - }, - { - "ProductCategoryId": "12954861", - "Rank": 1057 - } - ] - } - } - ] - } - }, - { - "request": { - "parameters": { - "MarketplaceId": { - "value": "ATVPDKIKX0DER" - }, - "ItemType": { - "value": "Asin" - }, - "CustomerType": { - "value": "Business" - } - } - }, - "response": { - "payload": [ - { - "status": "Success", - "ASIN": "B00V5DG6IQ", - "Product": { - "Identifiers": { - "MarketplaceASIN": { - "MarketplaceId": "ATVPDKIKX0DER", - "ASIN": "B00V5DG6IQ" - }, - "SKUIdentifier": { - "MarketplaceId": "", - "SellerId": "", - "SellerSKU": "" - } - }, - "CompetitivePricing": { - "CompetitivePrices": [ - { - "CompetitivePriceId": "1", - "Price": { - "LandedPrice": { - "CurrencyCode": "USD", - "Amount": 120 - }, - "ListingPrice": { - "CurrencyCode": "USD", - "Amount": 130 - }, - "Shipping": { - "CurrencyCode": "USD", - "Amount": 10 - }, - "Points": { - "PointsNumber": 130, - "PointsMonetaryValue": { + "CompetitivePricing": { + "CompetitivePrices": [ + { + "CompetitivePriceId": "45456452646", + "Price": { + "LandedPrice": { "CurrencyCode": "USD", "Amount": 10 - } - } - }, - "condition": "new", - "offerType": "B2C", - "sellerId": "A2UIDM8BZ902A", - "belongsToRequester": true - }, - { - "CompetitivePriceId": "1", - "Price": { - "ListingPrice": { - "CurrencyCode": "USD", - "Amount": 115 - } - }, - "condition": "new", - "offerType": "B2B", - "quantityTier": 3, - "quantityDiscountType": "QUANTITY_DISCOUNT", - "sellerId": "A2UIDM8BZ902A", - "belongsToRequester": true - }, - { - "CompetitivePriceId": "1", - "Price": { - "ListingPrice": { - "CurrencyCode": "USD", - "Amount": 110 - } - }, - "condition": "new", - "offerType": "B2B", - "quantityTier": 5, - "quantityDiscountType": "QUANTITY_DISCOUNT", - "sellerId": "A2UIDM8BZ902A", - "belongsToRequester": true - } - ], - "NumberOfOfferListings": [ - { - "Count": 3, - "condition": "new" - } - ], - "TradeInValue": { - "CurrencyCode": "USD", - "Amount": 10 - } - }, - "SalesRankings": [ - { - "ProductCategoryId": "325345", - "Rank": 1 - } - ] - } - }, - { - "status": "Success", - "ASIN": "B00551Q3CS", - "Product": { - "Identifiers": { - "MarketplaceASIN": { - "MarketplaceId": "ATVPDKIKX0DER", - "ASIN": "B00551Q3CS" - }, - "SKUIdentifier": { - "MarketplaceId": "", - "SellerId": "", - "SellerSKU": "" - } - }, - "CompetitivePricing": { - "CompetitivePrices": [ - { - "CompetitivePriceId": "1", - "Price": { - "LandedPrice": { - "CurrencyCode": "USD", - "Amount": 10 - }, - "ListingPrice": { - "CurrencyCode": "USD", - "Amount": 130 - }, - "Shipping": { - "CurrencyCode": "USD", - "Amount": 120 - }, - "Points": { - "PointsNumber": 130, - "PointsMonetaryValue": { + }, + "ListingPrice": { "CurrencyCode": "USD", - "Amount": 10 + "Amount": 130 + }, + "Shipping": { + "CurrencyCode": "USD", + "Amount": 120 + }, + "Points": { + "PointsNumber": 130, + "PointsMonetaryValue": { + "CurrencyCode": "USD", + "Amount": 10 + } } - } - }, - "condition": "new", - "offerType": "B2B", - "sellerId": "A2UIDM8BZ902A", - "belongsToRequester": true + }, + "condition": "new", + "belongsToRequester": true + } + ], + "NumberOfOfferListings": [ + { + "Count": 1, + "condition": "new" + } + ], + "TradeInValue": { + "CurrencyCode": "string", + "Amount": 0 } - ], - "NumberOfOfferListings": [ + }, + "SalesRankings": [ { - "Count": 1, - "condition": "new" + "ProductCategoryId": "54564", + "Rank": 1 } - ], - "TradeInValue": { - "CurrencyCode": "string", - "Amount": 0 - } - }, - "SalesRankings": [ - { - "ProductCategoryId": "54564", - "Rank": 1 - } - ] + ] + } + } + ] + } + }, + { + "request": { + "parameters": { + "MarketplaceId": { + "value": "ATVPDKIKX0DER" + }, + "ItemType": { + "value": "Sku" } } - ] + }, + "response": { + "payload": [ + { + "status": "Success", + "SellerSKU": "NABetaASINB00V5DG6IQ", + "Product": { + "Identifiers": { + "MarketplaceASIN": { + "MarketplaceId": "ATVPDKIKX0DER", + "ASIN": "B00V5DG6IQ" + }, + "SKUIdentifier": { + "MarketplaceId": "ATVPDKIKX0DER", + "SellerId": "AXXXXXXXXXXXXX", + "SellerSKU": "NABetaASINB00V5DG6IQ" + } + }, + "CompetitivePricing": { + "CompetitivePrices": [ + { + "CompetitivePriceId": "3454535", + "Price": { + "LandedPrice": { + "CurrencyCode": "USD", + "Amount": 10 + }, + "ListingPrice": { + "CurrencyCode": "USD", + "Amount": 130 + }, + "Shipping": { + "CurrencyCode": "USD", + "Amount": 120 + }, + "Points": { + "PointsNumber": 130, + "PointsMonetaryValue": { + "CurrencyCode": "USD", + "Amount": 10 + } + } + }, + "condition": "new", + "belongsToRequester": true + } + ], + "NumberOfOfferListings": [ + { + "Count": 402, + "condition": "new" + } + ], + "TradeInValue": { + "CurrencyCode": "USD", + "Amount": 20 + } + }, + "SalesRankings": [ + { + "ProductCategoryId": "676554", + "Rank": 1 + } + ] + } + }, + { + "status": "Success", + "SellerSKU": "NABetaASINB00551Q3CS", + "Product": { + "Identifiers": { + "MarketplaceASIN": { + "MarketplaceId": "ATVPDKIKX0DER", + "ASIN": "B00551Q3CS" + }, + "SKUIdentifier": { + "MarketplaceId": "ATVPDKIKX0DER", + "SellerId": "AXXXXXXXXXXXXX", + "SellerSKU": "NABetaASINB00551Q3CS" + } + }, + "CompetitivePricing": { + "CompetitivePrices": [ + { + "CompetitivePriceId": "4545645646", + "Price": { + "LandedPrice": { + "CurrencyCode": "USD", + "Amount": 10 + }, + "ListingPrice": { + "CurrencyCode": "USD", + "Amount": 130 + }, + "Shipping": { + "CurrencyCode": "USD", + "Amount": 120 + }, + "Points": { + "PointsNumber": 130, + "PointsMonetaryValue": { + "CurrencyCode": "USD", + "Amount": 10 + } + } + }, + "condition": "new", + "belongsToRequester": true + } + ], + "NumberOfOfferListings": [ + { + "Count": 402, + "condition": "new" + } + ], + "TradeInValue": { + "CurrencyCode": "USD", + "Amount": 20 + } + }, + "SalesRankings": [ + { + "ProductCategoryId": "35345", + "Rank": 1 + } + ] + } + } + ] + } + }, + { + "request": { + "parameters": { + "MarketplaceId": { + "value": "ATVPDKIKX0DER" + }, + "ItemType": { + "value": "Asin" + } + } + }, + "response": { + "payload": [ + { + "status": "Success", + "ASIN": "B00V5DG6IQ", + "Product": { + "Identifiers": { + "MarketplaceASIN": { + "MarketplaceId": "ATVPDKIKX0DER", + "ASIN": "B00V5DG6IQ" + }, + "SKUIdentifier": { + "MarketplaceId": "", + "SellerId": "", + "SellerSKU": "" + } + }, + "CompetitivePricing": { + "CompetitivePrices": [], + "NumberOfOfferListings": [ + { + "Count": 1, + "condition": "New" + }, + { + "Count": 1, + "condition": "Any" + } + ] + }, + "SalesRankings": [ + { + "ProductCategoryId": "office_product_display_on_website", + "Rank": 19 + }, + { + "ProductCategoryId": "1069616", + "Rank": 1 + }, + { + "ProductCategoryId": "705333011", + "Rank": 1 + }, + { + "ProductCategoryId": "1069242", + "Rank": 17 + } + ] + } + }, + { + "status": "Success", + "ASIN": "B00551Q3CS", + "Product": { + "Identifiers": { + "MarketplaceASIN": { + "MarketplaceId": "ATVPDKIKX0DER", + "ASIN": "B00551Q3CS" + }, + "SKUIdentifier": { + "MarketplaceId": "", + "SellerId": "", + "SellerSKU": "" + } + }, + "CompetitivePricing": { + "CompetitivePrices": [], + "NumberOfOfferListings": [ + { + "Count": 1, + "condition": "New" + }, + { + "Count": 1, + "condition": "Any" + } + ] + }, + "SalesRankings": [ + { + "ProductCategoryId": "464394", + "Rank": 224 + }, + { + "ProductCategoryId": "12954861", + "Rank": 1057 + } + ] + } + } + ] + } + }, + { + "request": { + "parameters": { + "MarketplaceId": { + "value": "ATVPDKIKX0DER" + }, + "ItemType": { + "value": "Sku" + } + } + }, + "response": { + "payload": [ + { + "status": "Success", + "SellerSKU": "NABetaASINB00V5DG6IQ", + "Product": { + "Identifiers": { + "MarketplaceASIN": { + "MarketplaceId": "ATVPDKIKX0DER", + "ASIN": "B00V5DG6IQ" + }, + "SKUIdentifier": { + "MarketplaceId": "ATVPDKIKX0DER", + "SellerId": "AXXXXXXXXXXXXX", + "SellerSKU": "NABetaASINB00V5DG6IQ" + } + }, + "CompetitivePricing": { + "CompetitivePrices": [], + "NumberOfOfferListings": [ + { + "Count": 1, + "condition": "New" + }, + { + "Count": 1, + "condition": "Any" + } + ] + }, + "SalesRankings": [ + { + "ProductCategoryId": "office_product_display_on_website", + "Rank": 19 + }, + { + "ProductCategoryId": "1069616", + "Rank": 1 + }, + { + "ProductCategoryId": "705333011", + "Rank": 1 + }, + { + "ProductCategoryId": "1069242", + "Rank": 17 + } + ] + } + }, + { + "status": "Success", + "SellerSKU": "NABetaASINB00551Q3CS", + "Product": { + "Identifiers": { + "MarketplaceASIN": { + "MarketplaceId": "ATVPDKIKX0DER", + "ASIN": "B00551Q3CS" + }, + "SKUIdentifier": { + "MarketplaceId": "ATVPDKIKX0DER", + "SellerId": "AXXXXXXXXXXXXX", + "SellerSKU": "NABetaASINB00551Q3CS" + } + }, + "CompetitivePricing": { + "CompetitivePrices": [], + "NumberOfOfferListings": [ + { + "Count": 1, + "condition": "New" + }, + { + "Count": 1, + "condition": "Any" + } + ] + }, + "SalesRankings": [ + { + "ProductCategoryId": "464394", + "Rank": 224 + }, + { + "ProductCategoryId": "12954861", + "Rank": 1057 + } + ] + } + } + ] + } + }, + { + "request": { + "parameters": { + "MarketplaceId": { + "value": "ATVPDKIKX0DER" + }, + "ItemType": { + "value": "Asin" + }, + "CustomerType": { + "value": "Business" + } + } + }, + "response": { + "payload": [ + { + "status": "Success", + "ASIN": "B00V5DG6IQ", + "Product": { + "Identifiers": { + "MarketplaceASIN": { + "MarketplaceId": "ATVPDKIKX0DER", + "ASIN": "B00V5DG6IQ" + }, + "SKUIdentifier": { + "MarketplaceId": "", + "SellerId": "", + "SellerSKU": "" + } + }, + "CompetitivePricing": { + "CompetitivePrices": [ + { + "CompetitivePriceId": "1", + "Price": { + "LandedPrice": { + "CurrencyCode": "USD", + "Amount": 120 + }, + "ListingPrice": { + "CurrencyCode": "USD", + "Amount": 130 + }, + "Shipping": { + "CurrencyCode": "USD", + "Amount": 10 + }, + "Points": { + "PointsNumber": 130, + "PointsMonetaryValue": { + "CurrencyCode": "USD", + "Amount": 10 + } + } + }, + "condition": "new", + "offerType": "B2C", + "sellerId": "AXXXXXXXXXXXXX", + "belongsToRequester": true + }, + { + "CompetitivePriceId": "1", + "Price": { + "ListingPrice": { + "CurrencyCode": "USD", + "Amount": 115 + } + }, + "condition": "new", + "offerType": "B2B", + "quantityTier": 3, + "quantityDiscountType": "QUANTITY_DISCOUNT", + "sellerId": "AXXXXXXXXXXXXX", + "belongsToRequester": true + }, + { + "CompetitivePriceId": "1", + "Price": { + "ListingPrice": { + "CurrencyCode": "USD", + "Amount": 110 + } + }, + "condition": "new", + "offerType": "B2B", + "quantityTier": 5, + "quantityDiscountType": "QUANTITY_DISCOUNT", + "sellerId": "AXXXXXXXXXXXXX", + "belongsToRequester": true + } + ], + "NumberOfOfferListings": [ + { + "Count": 3, + "condition": "new" + } + ], + "TradeInValue": { + "CurrencyCode": "USD", + "Amount": 10 + } + }, + "SalesRankings": [ + { + "ProductCategoryId": "325345", + "Rank": 1 + } + ] + } + }, + { + "status": "Success", + "ASIN": "B00551Q3CS", + "Product": { + "Identifiers": { + "MarketplaceASIN": { + "MarketplaceId": "ATVPDKIKX0DER", + "ASIN": "B00551Q3CS" + }, + "SKUIdentifier": { + "MarketplaceId": "", + "SellerId": "", + "SellerSKU": "" + } + }, + "CompetitivePricing": { + "CompetitivePrices": [ + { + "CompetitivePriceId": "1", + "Price": { + "LandedPrice": { + "CurrencyCode": "USD", + "Amount": 10 + }, + "ListingPrice": { + "CurrencyCode": "USD", + "Amount": 130 + }, + "Shipping": { + "CurrencyCode": "USD", + "Amount": 120 + }, + "Points": { + "PointsNumber": 130, + "PointsMonetaryValue": { + "CurrencyCode": "USD", + "Amount": 10 + } + } + }, + "condition": "new", + "offerType": "B2B", + "sellerId": "AXXXXXXXXXXXXX", + "belongsToRequester": true + } + ], + "NumberOfOfferListings": [ + { + "Count": 1, + "condition": "new" + } + ], + "TradeInValue": { + "CurrencyCode": "string", + "Amount": 0 + } + }, + "SalesRankings": [ + { + "ProductCategoryId": "54564", + "Rank": 1 + } + ] + } + } + ] + } } - } ] } }, @@ -1531,7 +1531,7 @@ "tags": [ "productPricing" ], - "description": "Returns the lowest priced offers for a single SKU listing.\n\n**Usage Plans:**\n\n| Plan type | Rate (requests per second) | Burst |\n| ---- | ---- | ---- |\n|Default| 5 | 10 |\n|Selling partner specific| Variable | Variable |\n\nThe x-amzn-RateLimit-Limit response header returns the usage plan rate limits that were applied to the requested operation. Rate limits for some selling partners will vary from the default rate and burst shown in the table above. For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.", + "description": "Returns the lowest priced offers for a single SKU listing.\n\n**Usage Plan:**\n\n| Rate (requests per second) | Burst |\n| ---- | ---- |\n| 5 | 10 |\n\nThe `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](doc:usage-plans-and-rate-limits-in-the-sp-api).", "operationId": "getListingOffers", "parameters": [ { @@ -1634,257 +1634,257 @@ "value": "ATVPDKIKX0DER" } } - }, - "response": { - "payload": { - "SKU": "NABetaASINB00V5DG6IQ", - "status": "Success", - "ItemCondition": "New", - "Identifier": { - "MarketplaceId": "ATVPDKIKX0DER", + }, + "response": { + "payload": { + "SKU": "NABetaASINB00V5DG6IQ", + "status": "Success", "ItemCondition": "New", - "SellerSKU": "NABetaASINB00V5DG6IQ" - }, - "Summary": { - "LowestPrices": [ - { - "condition": "new", - "fulfillmentChannel": "Merchant", - "LandedPrice": { - "CurrencyCode": "USD", - "Amount": 10.00 - }, - "ListingPrice": { - "CurrencyCode": "USD", - "Amount": 10.00 - }, - "Shipping": { - "CurrencyCode": "USD", - "Amount": 0.00 - } - } - ], - "NumberOfOffers": [ - { - "condition": "new", - "fulfillmentChannel": "Merchant" - } - ], - "BuyBoxEligibleOffers": [ - { - "condition": "new", - "fulfillmentChannel": "Merchant" - } - ], - "TotalOfferCount": 1 - }, - "Offers": [ - { - "Shipping": { - "CurrencyCode": "USD", - "Amount": 0.00 - }, - "ListingPrice": { - "CurrencyCode": "USD", - "Amount": 10.00 - }, - "ShippingTime": { - "maximumHours": 48, - "minimumHours": 24, - "availabilityType": "NOW" - }, - "SellerFeedbackRating": { - "FeedbackCount": 0, - "SellerPositiveFeedbackRating": 0.0 - }, - "ShipsFrom": { - "State": "WA", - "Country": "US" - }, - "SubCondition": "new", - "IsFeaturedMerchant": false, - "SellerId": "ATVPDKIKX0DER", - "MyOffer": true, - "IsFulfilledByAmazon": false - } - ], - "MarketplaceID": "ATVPDKIKX0DER" - } - } - }, - { - "request": { - "parameters": { - "SellerSKU": { - "value": "NABetaASINB00V5DG6IQ" - }, - "MarketplaceId": { - "value": "ATVPDKIKX0DER" - }, - "CustomerType": { - "value": "Business" - } - } - }, - "response": { - "payload": { - "SKU": "NABetaASINB00V5DG6IQ", - "status": "Success", - "ItemCondition": "New", - "Identifier": { - "MarketplaceId": "ATVPDKIKX0DER", - "ItemCondition": "New", - "SellerSKU": "NABetaASINB00V5DG6IQ" - }, - "Summary": { - "LowestPrices": [ - { - "condition": "new", - "fulfillmentChannel": "Merchant", - "offerType": "B2B", - "LandedPrice": { - "CurrencyCode": "USD", - "Amount": 10.00 - }, - "ListingPrice": { - "CurrencyCode": "USD", - "Amount": 10.00 - }, - "Shipping": { - "CurrencyCode": "USD", - "Amount": 0.00 - } - }, - { - "condition": "new", - "fulfillmentChannel": "Merchant", - "offerType": "B2B", - "quantityTier": 20, - "quantityDiscountType": "QUANTITY_DISCOUNT", - "ListingPrice": { - "CurrencyCode": "USD", - "Amount": 8.00 - } - }, - { - "condition": "new", - "fulfillmentChannel": "Merchant", - "offerType": "B2B", - "quantityTier": 30, - "quantityDiscountType": "QUANTITY_DISCOUNT", - "ListingPrice": { - "CurrencyCode": "USD", - "Amount": 6.00 - } - } - ], - "NumberOfOffers": [ - { - "condition": "new", - "fulfillmentChannel": "Merchant" - } - ], - "BuyBoxEligibleOffers": [ - { - "condition": "new", - "fulfillmentChannel": "Merchant" - } - ], - "BuyBoxPrices": [ - { - "condition": "new", - "offerType": "B2B", - "ListingPrice": { - "Amount": 9.00, - "CurrencyCode": "USD" - }, - "Shipping": { - "Amount": 0.00, - "CurrencyCode": "USD" - }, - "LandedPrice": { - "Amount": 9.00, - "CurrencyCode": "USD" - }, - "sellerId": "A2VUIDM8BZ902A" - }, - { - "condition": "new", - "offerType": "B2B", - "quantityTier": 20, - "quantityDiscountType": "QUANTITY_DISCOUNT", - "ListingPrice": { - "Amount": 8.00, - "CurrencyCode": "USD" - }, - "sellerId": "A2VUIDM8BZ902A" - }, - { - "condition": "new", - "offerType": "B2B", - "quantityTier": 30, - "quantityDiscountType": "QUANTITY_DISCOUNT", - "ListingPrice": { - "Amount": 7.00, - "CurrencyCode": "USD" - }, - "sellerId": "A2VUIDM8BZ902A" - } - ], - "TotalOfferCount": 4 - }, - "Offers": [ - { - "Shipping": { - "CurrencyCode": "USD", - "Amount": 0.00 - }, - "ListingPrice": { - "CurrencyCode": "USD", - "Amount": 10.00 - }, - "quantityDiscountPrices": [ + "Identifier": { + "MarketplaceId": "ATVPDKIKX0DER", + "ItemCondition": "New", + "SellerSKU": "NABetaASINB00V5DG6IQ" + }, + "Summary": { + "LowestPrices": [ { - "quantityTier": 2, - "quantityDiscountType": "QUANTITY_DISCOUNT", - "listingPrice": { - "Amount": 8.00, - "CurrencyCode": "USD" - } - }, - { - "quantityTier": 3, - "quantityDiscountType": "QUANTITY_DISCOUNT", - "listingPrice": { - "Amount": 7.00, - "CurrencyCode": "USD" + "condition": "new", + "fulfillmentChannel": "Merchant", + "LandedPrice": { + "CurrencyCode": "USD", + "Amount": 10.00 + }, + "ListingPrice": { + "CurrencyCode": "USD", + "Amount": 10.00 + }, + "Shipping": { + "CurrencyCode": "USD", + "Amount": 0.00 } } ], - "ShippingTime": { - "maximumHours": 48, - "minimumHours": 24, - "availabilityType": "NOW" - }, - "SellerFeedbackRating": { - "FeedbackCount": 0, - "SellerPositiveFeedbackRating": 0.0 - }, - "ShipsFrom": { - "State": "WA", - "Country": "US" - }, - "SubCondition": "new", - "IsFeaturedMerchant": false, - "SellerId": "ATVPDKIKX0DER", - "MyOffer": true, - "IsFulfilledByAmazon": false + "NumberOfOffers": [ + { + "condition": "new", + "fulfillmentChannel": "Merchant" + } + ], + "BuyBoxEligibleOffers": [ + { + "condition": "new", + "fulfillmentChannel": "Merchant" + } + ], + "TotalOfferCount": 1 + }, + "Offers": [ + { + "Shipping": { + "CurrencyCode": "USD", + "Amount": 0.00 + }, + "ListingPrice": { + "CurrencyCode": "USD", + "Amount": 10.00 + }, + "ShippingTime": { + "maximumHours": 48, + "minimumHours": 24, + "availabilityType": "NOW" + }, + "SellerFeedbackRating": { + "FeedbackCount": 0, + "SellerPositiveFeedbackRating": 0.0 + }, + "ShipsFrom": { + "State": "WA", + "Country": "US" + }, + "SubCondition": "new", + "IsFeaturedMerchant": false, + "SellerId": "AXXXXXXXXXXXXX", + "MyOffer": true, + "IsFulfilledByAmazon": false + } + ], + "MarketplaceID": "ATVPDKIKX0DER" + } + } + }, + { + "request": { + "parameters": { + "SellerSKU": { + "value": "NABetaASINB00V5DG6IQ" + }, + "MarketplaceId": { + "value": "ATVPDKIKX0DER" + }, + "CustomerType": { + "value": "Business" } - ], - "MarketplaceID": "ATVPDKIKX0DER" + } + }, + "response": { + "payload": { + "SKU": "NABetaASINB00V5DG6IQ", + "status": "Success", + "ItemCondition": "New", + "Identifier": { + "MarketplaceId": "ATVPDKIKX0DER", + "ItemCondition": "New", + "SellerSKU": "NABetaASINB00V5DG6IQ" + }, + "Summary": { + "LowestPrices": [ + { + "condition": "new", + "fulfillmentChannel": "Merchant", + "offerType": "B2B", + "LandedPrice": { + "CurrencyCode": "USD", + "Amount": 10.00 + }, + "ListingPrice": { + "CurrencyCode": "USD", + "Amount": 10.00 + }, + "Shipping": { + "CurrencyCode": "USD", + "Amount": 0.00 + } + }, + { + "condition": "new", + "fulfillmentChannel": "Merchant", + "offerType": "B2B", + "quantityTier": 20, + "quantityDiscountType": "QUANTITY_DISCOUNT", + "ListingPrice": { + "CurrencyCode": "USD", + "Amount": 8.00 + } + }, + { + "condition": "new", + "fulfillmentChannel": "Merchant", + "offerType": "B2B", + "quantityTier": 30, + "quantityDiscountType": "QUANTITY_DISCOUNT", + "ListingPrice": { + "CurrencyCode": "USD", + "Amount": 6.00 + } + } + ], + "NumberOfOffers": [ + { + "condition": "new", + "fulfillmentChannel": "Merchant" + } + ], + "BuyBoxEligibleOffers": [ + { + "condition": "new", + "fulfillmentChannel": "Merchant" + } + ], + "BuyBoxPrices": [ + { + "condition": "new", + "offerType": "B2B", + "ListingPrice": { + "Amount": 9.00, + "CurrencyCode": "USD" + }, + "Shipping": { + "Amount": 0.00, + "CurrencyCode": "USD" + }, + "LandedPrice": { + "Amount": 9.00, + "CurrencyCode": "USD" + }, + "sellerId": "AXXXXXXXXXXXXX" + }, + { + "condition": "new", + "offerType": "B2B", + "quantityTier": 20, + "quantityDiscountType": "QUANTITY_DISCOUNT", + "ListingPrice": { + "Amount": 8.00, + "CurrencyCode": "USD" + }, + "sellerId": "AXXXXXXXXXXXXX" + }, + { + "condition": "new", + "offerType": "B2B", + "quantityTier": 30, + "quantityDiscountType": "QUANTITY_DISCOUNT", + "ListingPrice": { + "Amount": 7.00, + "CurrencyCode": "USD" + }, + "sellerId": "AXXXXXXXXXXXXX" + } + ], + "TotalOfferCount": 4 + }, + "Offers": [ + { + "Shipping": { + "CurrencyCode": "USD", + "Amount": 0.00 + }, + "ListingPrice": { + "CurrencyCode": "USD", + "Amount": 10.00 + }, + "quantityDiscountPrices": [ + { + "quantityTier": 2, + "quantityDiscountType": "QUANTITY_DISCOUNT", + "listingPrice": { + "Amount": 8.00, + "CurrencyCode": "USD" + } + }, + { + "quantityTier": 3, + "quantityDiscountType": "QUANTITY_DISCOUNT", + "listingPrice": { + "Amount": 7.00, + "CurrencyCode": "USD" + } + } + ], + "ShippingTime": { + "maximumHours": 48, + "minimumHours": 24, + "availabilityType": "NOW" + }, + "SellerFeedbackRating": { + "FeedbackCount": 0, + "SellerPositiveFeedbackRating": 0.0 + }, + "ShipsFrom": { + "State": "WA", + "Country": "US" + }, + "SubCondition": "new", + "IsFeaturedMerchant": false, + "SellerId": "AXXXXXXXXXXXXX", + "MyOffer": true, + "IsFulfilledByAmazon": false + } + ], + "MarketplaceID": "ATVPDKIKX0DER" + } } } - } ] } }, @@ -2025,7 +2025,7 @@ "tags": [ "productPricing" ], - "description": "Returns the lowest priced offers for a single item based on ASIN.\n\n**Usage Plans:**\n\n| Plan type | Rate (requests per second) | Burst |\n| ---- | ---- | ---- |\n|Default| 5 | 10 |\n|Selling partner specific| Variable | Variable |\n\nThe x-amzn-RateLimit-Limit response header returns the usage plan rate limits that were applied to the requested operation. Rate limits for some selling partners will vary from the default rate and burst shown in the table above. For more information, see \"Usage Plans and Rate Limits\" in the Selling Partner API documentation.", + "description": "Returns the lowest priced offers for a single item based on ASIN.\n\n**Usage Plan:**\n\n| Rate (requests per second) | Burst |\n| ---- | ---- |\n| 5 | 10 |\n\nThe `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](doc:usage-plans-and-rate-limits-in-the-sp-api).", "operationId": "getItemOffers", "parameters": [ { @@ -2128,256 +2128,256 @@ "value": "ATVPDKIKX0DER" } } - }, - "response": { - "payload": { - "ASIN": "B00V5DG6IQ", - "status": "Success", - "ItemCondition": "New", - "Identifier": { - "MarketplaceId": "ATVPDKIKX0DER", + }, + "response": { + "payload": { + "ASIN": "B00V5DG6IQ", + "status": "Success", "ItemCondition": "New", - "ASIN": "B00V5DG6IQ" - }, - "Summary": { - "LowestPrices": [ - { - "condition": "new", - "fulfillmentChannel": "Merchant", - "LandedPrice": { - "CurrencyCode": "USD", - "Amount": 10.00 - }, - "ListingPrice": { - "CurrencyCode": "USD", - "Amount": 10.00 - }, - "Shipping": { - "CurrencyCode": "USD", - "Amount": 0.00 - } - } - ], - "NumberOfOffers": [ - { - "condition": "new", - "fulfillmentChannel": "Merchant" - } - ], - "BuyBoxEligibleOffers": [ - { - "condition": "new", - "fulfillmentChannel": "Merchant" - } - ], - "TotalOfferCount": 1 - }, - "Offers": [ - { - "Shipping": { - "CurrencyCode": "USD", - "Amount": 0.00 - }, - "ListingPrice": { - "CurrencyCode": "USD", - "Amount": 10.00 - }, - "ShippingTime": { - "maximumHours": 48, - "minimumHours": 24, - "availabilityType": "NOW" - }, - "SellerFeedbackRating": { - "FeedbackCount": 0, - "SellerPositiveFeedbackRating": 0.0 - }, - "ShipsFrom": { - "State": "WA", - "Country": "US" - }, - "SubCondition": "new", - "IsFeaturedMerchant": false, - "SellerId": "ATVPDKIKX0DER", - "IsFulfilledByAmazon": false - } - ], - "MarketplaceID": "ATVPDKIKX0DER" - } - } - }, - { - "request": { - "parameters": { - "Asin": { - "value": "B00V5DG6IQ" - }, - "MarketplaceId": { - "value": "ATVPDKIKX0DER" - }, - "CustomerType": { - "value": "Business" - } - } - }, - "response": { - "payload": { - "ASIN": "B00V5DG6IQ", - "status": "Success", - "ItemCondition": "New", - "Identifier": { - "MarketplaceId": "ATVPDKIKX0DER", - "ItemCondition": "New", - "ASIN": "B00V5DG6IQ" - }, - "Summary": { - "LowestPrices": [ - { - "condition": "new", - "fulfillmentChannel": "Merchant", - "offerType": "B2B", - "LandedPrice": { - "CurrencyCode": "USD", - "Amount": 10.00 - }, - "ListingPrice": { - "CurrencyCode": "USD", - "Amount": 10.00 - }, - "Shipping": { - "CurrencyCode": "USD", - "Amount": 0.00 - } - }, - { - "condition": "new", - "fulfillmentChannel": "Merchant", - "offerType": "B2B", - "quantityTier": 20, - "quantityDiscountType": "QUANTITY_DISCOUNT", - "ListingPrice": { - "CurrencyCode": "USD", - "Amount": 8.00 - } - }, - { - "condition": "new", - "fulfillmentChannel": "Merchant", - "offerType": "B2B", - "quantityTier": 30, - "quantityDiscountType": "QUANTITY_DISCOUNT", - "ListingPrice": { - "CurrencyCode": "USD", - "Amount": 6.00 - } - } - ], - "NumberOfOffers": [ - { - "condition": "new", - "fulfillmentChannel": "Merchant" - } - ], - "BuyBoxEligibleOffers": [ - { - "condition": "new", - "fulfillmentChannel": "Merchant" - } - ], - "BuyBoxPrices": [ - { - "condition": "new", - "offerType": "B2B", - "ListingPrice": { - "Amount": 9.00, - "CurrencyCode": "USD" - }, - "Shipping": { - "Amount": 0.00, - "CurrencyCode": "USD" - }, - "LandedPrice": { - "Amount": 9.00, - "CurrencyCode": "USD" - }, - "sellerId": "A2VUIDM8BZ902A" - }, - { - "condition": "new", - "offerType": "B2B", - "quantityTier": 20, - "quantityDiscountType": "QUANTITY_DISCOUNT", - "ListingPrice": { - "Amount": 8.00, - "CurrencyCode": "USD" - }, - "sellerId": "A2VUIDM8BZ902A" - }, - { - "condition": "new", - "offerType": "B2B", - "quantityTier": 30, - "quantityDiscountType": "QUANTITY_DISCOUNT", - "ListingPrice": { - "Amount": 7.00, - "CurrencyCode": "USD" - }, - "sellerId": "A2VUIDM8BZ902A" - } - ], - "TotalOfferCount": 4 - }, - "Offers": [ - { - "Shipping": { - "CurrencyCode": "USD", - "Amount": 0.00 - }, - "ListingPrice": { - "CurrencyCode": "USD", - "Amount": 10.00 - }, - "quantityDiscountPrices": [ + "Identifier": { + "MarketplaceId": "ATVPDKIKX0DER", + "ItemCondition": "New", + "ASIN": "B00V5DG6IQ" + }, + "Summary": { + "LowestPrices": [ { - "quantityTier": 20, - "quantityDiscountType": "QUANTITY_DISCOUNT", - "listingPrice": { - "Amount": 8.00, - "CurrencyCode": "USD" - } - }, - { - "quantityTier": 30, - "quantityDiscountType": "QUANTITY_DISCOUNT", - "listingPrice": { - "Amount": 7.00, - "CurrencyCode": "USD" + "condition": "new", + "fulfillmentChannel": "Merchant", + "LandedPrice": { + "CurrencyCode": "USD", + "Amount": 10.00 + }, + "ListingPrice": { + "CurrencyCode": "USD", + "Amount": 10.00 + }, + "Shipping": { + "CurrencyCode": "USD", + "Amount": 0.00 } } ], - "ShippingTime": { - "maximumHours": 48, - "minimumHours": 24, - "availabilityType": "NOW" - }, - "SellerFeedbackRating": { - "FeedbackCount": 0, - "SellerPositiveFeedbackRating": 0.0 - }, - "ShipsFrom": { - "State": "WA", - "Country": "US" - }, - "SubCondition": "new", - "IsFeaturedMerchant": false, - "SellerId": "ATVPDKIKX0DER", - "MyOffer": true, - "IsFulfilledByAmazon": false + "NumberOfOffers": [ + { + "condition": "new", + "fulfillmentChannel": "Merchant" + } + ], + "BuyBoxEligibleOffers": [ + { + "condition": "new", + "fulfillmentChannel": "Merchant" + } + ], + "TotalOfferCount": 1 + }, + "Offers": [ + { + "Shipping": { + "CurrencyCode": "USD", + "Amount": 0.00 + }, + "ListingPrice": { + "CurrencyCode": "USD", + "Amount": 10.00 + }, + "ShippingTime": { + "maximumHours": 48, + "minimumHours": 24, + "availabilityType": "NOW" + }, + "SellerFeedbackRating": { + "FeedbackCount": 0, + "SellerPositiveFeedbackRating": 0.0 + }, + "ShipsFrom": { + "State": "WA", + "Country": "US" + }, + "SubCondition": "new", + "IsFeaturedMerchant": false, + "SellerId": "AXXXXXXXXXXXXX", + "IsFulfilledByAmazon": false + } + ], + "MarketplaceID": "ATVPDKIKX0DER" + } + } + }, + { + "request": { + "parameters": { + "Asin": { + "value": "B00V5DG6IQ" + }, + "MarketplaceId": { + "value": "ATVPDKIKX0DER" + }, + "CustomerType": { + "value": "Business" } - ], - "MarketplaceID": "ATVPDKIKX0DER" + } + }, + "response": { + "payload": { + "ASIN": "B00V5DG6IQ", + "status": "Success", + "ItemCondition": "New", + "Identifier": { + "MarketplaceId": "ATVPDKIKX0DER", + "ItemCondition": "New", + "ASIN": "B00V5DG6IQ" + }, + "Summary": { + "LowestPrices": [ + { + "condition": "new", + "fulfillmentChannel": "Merchant", + "offerType": "B2B", + "LandedPrice": { + "CurrencyCode": "USD", + "Amount": 10.00 + }, + "ListingPrice": { + "CurrencyCode": "USD", + "Amount": 10.00 + }, + "Shipping": { + "CurrencyCode": "USD", + "Amount": 0.00 + } + }, + { + "condition": "new", + "fulfillmentChannel": "Merchant", + "offerType": "B2B", + "quantityTier": 20, + "quantityDiscountType": "QUANTITY_DISCOUNT", + "ListingPrice": { + "CurrencyCode": "USD", + "Amount": 8.00 + } + }, + { + "condition": "new", + "fulfillmentChannel": "Merchant", + "offerType": "B2B", + "quantityTier": 30, + "quantityDiscountType": "QUANTITY_DISCOUNT", + "ListingPrice": { + "CurrencyCode": "USD", + "Amount": 6.00 + } + } + ], + "NumberOfOffers": [ + { + "condition": "new", + "fulfillmentChannel": "Merchant" + } + ], + "BuyBoxEligibleOffers": [ + { + "condition": "new", + "fulfillmentChannel": "Merchant" + } + ], + "BuyBoxPrices": [ + { + "condition": "new", + "offerType": "B2B", + "ListingPrice": { + "Amount": 9.00, + "CurrencyCode": "USD" + }, + "Shipping": { + "Amount": 0.00, + "CurrencyCode": "USD" + }, + "LandedPrice": { + "Amount": 9.00, + "CurrencyCode": "USD" + }, + "sellerId": "AXXXXXXXXXXXXX" + }, + { + "condition": "new", + "offerType": "B2B", + "quantityTier": 20, + "quantityDiscountType": "QUANTITY_DISCOUNT", + "ListingPrice": { + "Amount": 8.00, + "CurrencyCode": "USD" + }, + "sellerId": "AXXXXXXXXXXXXX" + }, + { + "condition": "new", + "offerType": "B2B", + "quantityTier": 30, + "quantityDiscountType": "QUANTITY_DISCOUNT", + "ListingPrice": { + "Amount": 7.00, + "CurrencyCode": "USD" + }, + "sellerId": "AXXXXXXXXXXXXX" + } + ], + "TotalOfferCount": 4 + }, + "Offers": [ + { + "Shipping": { + "CurrencyCode": "USD", + "Amount": 0.00 + }, + "ListingPrice": { + "CurrencyCode": "USD", + "Amount": 10.00 + }, + "quantityDiscountPrices": [ + { + "quantityTier": 20, + "quantityDiscountType": "QUANTITY_DISCOUNT", + "listingPrice": { + "Amount": 8.00, + "CurrencyCode": "USD" + } + }, + { + "quantityTier": 30, + "quantityDiscountType": "QUANTITY_DISCOUNT", + "listingPrice": { + "Amount": 7.00, + "CurrencyCode": "USD" + } + } + ], + "ShippingTime": { + "maximumHours": 48, + "minimumHours": 24, + "availabilityType": "NOW" + }, + "SellerFeedbackRating": { + "FeedbackCount": 0, + "SellerPositiveFeedbackRating": 0.0 + }, + "ShipsFrom": { + "State": "WA", + "Country": "US" + }, + "SubCondition": "new", + "IsFeaturedMerchant": false, + "SellerId": "AXXXXXXXXXXXXX", + "MyOffer": true, + "IsFulfilledByAmazon": false + } + ], + "MarketplaceID": "ATVPDKIKX0DER" + } } } - } ] } }, @@ -2512,9 +2512,507 @@ } } } + }, + "/batches/products/pricing/v0/itemOffers": { + "post": { + "tags": [ + "productPricing" + ], + "description": "Returns the lowest priced offers for a batch of items based on ASIN.\n\n**Usage Plan:**\n\n| Rate (requests per second) | Burst |\n| ---- | ---- |\n| .5 | 1 |\n\nThe `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](doc:usage-plans-and-rate-limits-in-the-sp-api).", + "operationId": "getItemOffersBatch", + "parameters": [ + { + "name": "getItemOffersBatchRequestBody", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/GetItemOffersBatchRequest" + } + } + ], + "responses": { + "200": { + "description": "Indicates that requests were run in batch. Check the batch response status lines for information on whether a batch request succeeded.", + "schema": { + "$ref": "#/definitions/GetItemOffersBatchResponse" + }, + "headers": { + "x-amzn-RateLimit-Limit": { + "type": "string", + "description": "Your rate limit (requests per second) for this operation." + }, + "x-amzn-RequestId": { + "type": "string", + "description": "Unique request reference ID." + } + } + }, + "400": { + "description": "Request has missing or invalid parameters and cannot be parsed.", + "schema": { + "$ref": "#/definitions/Errors" + }, + "headers": { + "x-amzn-RateLimit-Limit": { + "type": "string", + "description": "Your rate limit (requests per second) for this operation." + }, + "x-amzn-RequestId": { + "type": "string", + "description": "Unique request reference ID." + } + } + }, + "401": { + "description": "The request's Authorization header is not formatted correctly or does not contain a valid token.", + "schema": { + "$ref": "#/definitions/Errors" + }, + "headers": { + "x-amzn-RateLimit-Limit": { + "type": "string", + "description": "Your rate limit (requests per second) for this operation.\n_Note:_ For this status code, the rate limit header is deprecated and no longer returned." + }, + "x-amzn-RequestId": { + "type": "string", + "description": "Unique request reference ID." + } + } + }, + "403": { + "description": "Indicates access to the resource is forbidden. Possible reasons include Access Denied, Unauthorized, Expired Token, or Invalid Signature.", + "schema": { + "$ref": "#/definitions/Errors" + }, + "headers": { + "x-amzn-RequestId": { + "type": "string", + "description": "Unique request reference ID." + } + } + }, + "404": { + "description": "The specified resource does not exist.", + "schema": { + "$ref": "#/definitions/Errors" + }, + "headers": { + "x-amzn-RateLimit-Limit": { + "type": "string", + "description": "Your rate limit (requests per second) for this operation." + }, + "x-amzn-RequestId": { + "type": "string", + "description": "Unique request reference ID." + } + } + }, + "429": { + "description": "The frequency of requests was greater than allowed.", + "schema": { + "$ref": "#/definitions/Errors" + }, + "headers": { + "x-amzn-RateLimit-Limit": { + "type": "string", + "description": "Your rate limit (requests per second) for this operation.\n_Note:_ For this status code, the rate limit header is deprecated and no longer returned." + }, + "x-amzn-RequestId": { + "type": "string", + "description": "Unique request reference ID." + } + } + }, + "500": { + "description": "An unexpected condition occurred that prevented the server from fulfilling the request.", + "schema": { + "$ref": "#/definitions/Errors" + }, + "headers": { + "x-amzn-RateLimit-Limit": { + "type": "string", + "description": "Your rate limit (requests per second) for this operation.\n_Note:_ For this status code, the rate limit header is deprecated and no longer returned." + }, + "x-amzn-RequestId": { + "type": "string", + "description": "Unique request reference ID." + } + } + }, + "503": { + "description": "Temporary overloading or maintenance of the server.", + "schema": { + "$ref": "#/definitions/Errors" + }, + "headers": { + "x-amzn-RateLimit-Limit": { + "type": "string", + "description": "Your rate limit (requests per second) for this operation.\n_Note:_ For this status code, the rate limit header is deprecated and no longer returned." + }, + "x-amzn-RequestId": { + "type": "string", + "description": "Unique request reference ID." + } + } + } + } + } + }, + "/batches/products/pricing/v0/listingOffers": { + "post": { + "tags": [ + "productPricing" + ], + "description": "Returns the lowest priced offers for a batch of listings by SKU.\n\n**Usage Plan:**\n\n| Rate (requests per second) | Burst |\n| ---- | ---- |\n| .5 | 1 |\n\nThe `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see [Usage Plans and Rate Limits in the Selling Partner API](doc:usage-plans-and-rate-limits-in-the-sp-api).", + "operationId": "getListingOffersBatch", + "parameters": [ + { + "name": "getListingOffersBatchRequestBody", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/GetListingOffersBatchRequest" + } + } + ], + "responses": { + "200": { + "description": "Indicates that requests were run in batch. Check the batch response status lines for information on whether a batch request succeeded.", + "schema": { + "$ref": "#/definitions/GetListingOffersBatchResponse" + }, + "headers": { + "x-amzn-RateLimit-Limit": { + "type": "string", + "description": "Your rate limit (requests per second) for this operation." + }, + "x-amzn-RequestId": { + "type": "string", + "description": "Unique request reference ID." + } + } + }, + "400": { + "description": "Request has missing or invalid parameters and cannot be parsed.", + "schema": { + "$ref": "#/definitions/Errors" + }, + "headers": { + "x-amzn-RateLimit-Limit": { + "type": "string", + "description": "Your rate limit (requests per second) for this operation." + }, + "x-amzn-RequestId": { + "type": "string", + "description": "Unique request reference ID." + } + } + }, + "401": { + "description": "The request's Authorization header is not formatted correctly or does not contain a valid token.", + "schema": { + "$ref": "#/definitions/Errors" + }, + "headers": { + "x-amzn-RateLimit-Limit": { + "type": "string", + "description": "Your rate limit (requests per second) for this operation.\n_Note:_ For this status code, the rate limit header is deprecated and no longer returned." + }, + "x-amzn-RequestId": { + "type": "string", + "description": "Unique request reference ID." + } + } + }, + "403": { + "description": "Indicates access to the resource is forbidden. Possible reasons include Access Denied, Unauthorized, Expired Token, or Invalid Signature.", + "schema": { + "$ref": "#/definitions/Errors" + }, + "headers": { + "x-amzn-RequestId": { + "type": "string", + "description": "Unique request reference ID." + } + } + }, + "404": { + "description": "The specified resource does not exist.", + "schema": { + "$ref": "#/definitions/Errors" + }, + "headers": { + "x-amzn-RateLimit-Limit": { + "type": "string", + "description": "Your rate limit (requests per second) for this operation." + }, + "x-amzn-RequestId": { + "type": "string", + "description": "Unique request reference ID." + } + } + }, + "429": { + "description": "The frequency of requests was greater than allowed.", + "schema": { + "$ref": "#/definitions/Errors" + }, + "headers": { + "x-amzn-RateLimit-Limit": { + "type": "string", + "description": "Your rate limit (requests per second) for this operation.\n_Note:_ For this status code, the rate limit header is deprecated and no longer returned." + }, + "x-amzn-RequestId": { + "type": "string", + "description": "Unique request reference ID." + } + } + }, + "500": { + "description": "An unexpected condition occurred that prevented the server from fulfilling the request.", + "schema": { + "$ref": "#/definitions/Errors" + }, + "headers": { + "x-amzn-RateLimit-Limit": { + "type": "string", + "description": "Your rate limit (requests per second) for this operation.\n_Note:_ For this status code, the rate limit header is deprecated and no longer returned." + }, + "x-amzn-RequestId": { + "type": "string", + "description": "Unique request reference ID." + } + } + }, + "503": { + "description": "Temporary overloading or maintenance of the server.", + "schema": { + "$ref": "#/definitions/Errors" + }, + "headers": { + "x-amzn-RateLimit-Limit": { + "type": "string", + "description": "Your rate limit (requests per second) for this operation.\n_Note:_ For this status code, the rate limit header is deprecated and no longer returned." + }, + "x-amzn-RequestId": { + "type": "string", + "description": "Unique request reference ID." + } + } + } + } + } } }, "definitions": { + "GetItemOffersBatchRequest": { + "description": "The request associated with the getItemOffersBatch API call.", + "type": "object", + "properties": { + "requests": { + "$ref": "#/definitions/ItemOffersRequestList" + } + } + }, + "GetListingOffersBatchRequest": { + "description": "The request associated with the getListingOffersBatch API call.", + "type": "object", + "properties": { + "requests": { + "$ref": "#/definitions/ListingOffersRequestList" + } + } + }, + "ListingOffersRequestList": { + "description": "A list of getItemOffers batched requests to run.", + "type": "array", + "items": { + "$ref": "#/definitions/ListingOffersRequest" + }, + "minItems": 1, + "maxItems": 20 + }, + "ItemOffersRequestList": { + "description": "A list of getItemOffers batched requests to run.", + "type": "array", + "items": { + "$ref": "#/definitions/ItemOffersRequest" + }, + "minItems": 1, + "maxItems": 20 + }, + "BatchOffersRequestParams": { + "type": "object", + "required": [ + "MarketplaceId", + "ItemCondition" + ], + "properties": { + "MarketplaceId": { + "$ref": "#/definitions/MarketplaceId" + }, + "ItemCondition": { + "$ref": "#/definitions/ItemCondition" + }, + "CustomerType": { + "$ref": "#/definitions/CustomerType" + } + } + }, + "ItemOffersRequest": { + "allOf": [ + { + "$ref": "#/definitions/BatchRequest" + }, + { + "$ref": "#/definitions/BatchOffersRequestParams" + } + ] + }, + "ListingOffersRequest": { + "allOf": [ + { + "$ref": "#/definitions/BatchRequest" + }, + { + "$ref": "#/definitions/BatchOffersRequestParams" + } + ] + }, + "GetItemOffersBatchResponse": { + "description": "The response associated with the getItemOffersBatch API call.", + "type": "object", + "properties": { + "responses": { + "$ref": "#/definitions/ItemOffersResponseList" + } + } + }, + "GetListingOffersBatchResponse": { + "description": "The response associated with the getListingOffersBatch API call.", + "type": "object", + "properties": { + "responses": { + "$ref": "#/definitions/ListingOffersResponseList" + } + } + }, + "ItemOffersResponseList": { + "description": "A list of getItemOffers batched responses.", + "type": "array", + "items": { + "$ref": "#/definitions/ItemOffersResponse" + }, + "minItems": 1, + "maxItems": 20 + }, + "ListingOffersResponseList": { + "description": "A list of getListingOffers batched responses.", + "type": "array", + "items": { + "$ref": "#/definitions/ListingOffersResponse" + }, + "minItems": 1, + "maxItems": 20 + }, + "BatchOffersResponse": { + "type": "object", + "required": [ + "body" + ], + "properties": { + "headers": { + "$ref": "#/definitions/HttpResponseHeaders" + }, + "status": { + "$ref": "#/definitions/GetOffersHttpStatusLine" + }, + "body": { + "$ref": "#/definitions/GetOffersResponse" + } + } + }, + "ItemOffersRequestParams": { + "allOf": [ + { + "$ref": "#/definitions/BatchOffersRequestParams" + }, + { + "type": "object", + "properties": { + "Asin": { + "type": "string", + "description": "The Amazon Standard Identification Number (ASIN) of the item. This is the same Asin passed as a request parameter." + } + } + } + ] + }, + "ItemOffersResponse": { + "allOf": [ + { + "$ref": "#/definitions/BatchOffersResponse" + }, + { + "type": "object", + "required": [ + "request" + ], + "properties": { + "request": { + "$ref": "#/definitions/ItemOffersRequestParams" + } + } + } + ] + }, + "ListingOffersRequestParams": { + "allOf": [ + { + "$ref": "#/definitions/BatchOffersRequestParams" + }, + { + "type": "object", + "required": [ + "SellerSKU" + ], + "properties": { + "SellerSKU": { + "type": "string", + "description": "The seller stock keeping unit (SKU) of the item. This is the same SKU passed as a path parameter." + } + } + } + ] + }, + "ListingOffersResponse": { + "allOf": [ + { + "$ref": "#/definitions/BatchOffersResponse" + }, + { + "type": "object", + "properties": { + "request": { + "$ref": "#/definitions/ListingOffersRequestParams" + } + } + } + ] + }, + "Errors": { + "type": "object", + "description": "A list of error responses returned when a request is unsuccessful.", + "required": [ + "errors" + ], + "properties": { + "errors": { + "description": "One or more unexpected errors occurred during the operation.", + "$ref": "#/definitions/ErrorList" + } + } + }, "GetPricingResponse": { "type": "object", "properties": { @@ -2595,6 +3093,105 @@ } } }, + "HttpRequestHeaders": { + "description": "A mapping of additional HTTP headers to send/receive for the individual batch request.", + "type": "object", + "additionalProperties": { + "type": "string" + } + }, + "HttpResponseHeaders": { + "description": "A mapping of additional HTTP headers to send/receive for the individual batch request.", + "type": "object", + "properties": { + "Date": { + "type": "string", + "description": "The timestamp that the API request was received. For more information, consult [RFC 2616 Section 14](https://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html)." + }, + "x-amzn-RequestId": { + "type": "string", + "description": "Unique request reference ID." + } + }, + "additionalProperties": { + "type": "string" + } + }, + "GetOffersHttpStatusLine": { + "description": "The HTTP status line associated with the response. For more information, consult [RFC 2616](https://www.w3.org/Protocols/rfc2616/rfc2616-sec6.html).", + "type": "object", + "properties": { + "statusCode": { + "description": "The HTTP response Status Code.", + "type": "integer", + "minimum": 100, + "maximum": 599 + }, + "reasonPhrase": { + "description": "The HTTP response Reason-Phase.", + "type": "string" + } + } + }, + "HttpUri": { + "description": "The URI associated with the individual APIs being called as part of the batch request.", + "type": "string", + "minLength": 6, + "maxLength": 512 + }, + "HttpMethod": { + "description": "The HTTP method associated with the individual APIs being called as part of the batch request.", + "type": "string", + "enum": [ + "GET", + "PUT", + "PATCH", + "DELETE", + "POST" + ], + "x-docgen-enum-table-extension": [ + { + "value": "GET", + "description": "GET" + }, + { + "value": "PUT", + "description": "PUT" + }, + { + "value": "PATCH", + "description": "PATCH" + }, + { + "value": "DELETE", + "description": "DELETE" + }, + { + "value": "POST", + "description": "POST" + } + ] + }, + "BatchRequest": { + "description": "Common properties of batch requests against individual APIs.", + "type": "object", + "required": [ + "uri", + "method" + ], + "properties": { + "uri": { + "type": "string", + "description": "The full URI corresponding to the API intended for request, including path parameter substitutions." + }, + "method": { + "$ref": "#/definitions/HttpMethod" + }, + "headers": { + "$ref": "#/definitions/HttpRequestHeaders" + } + } + }, "Price": { "type": "object", "required": [ @@ -3087,17 +3684,17 @@ "description": "The list price of the item as suggested by the manufacturer.", "$ref": "#/definitions/MoneyType" }, - "CompetitivePriceThreshold" : { + "CompetitivePriceThreshold": { "description": "This price is based on competitive prices from other retailers (excluding other Amazon sellers). The offer may be ineligible for the Buy Box if the seller's price + shipping (minus Amazon Points) is greater than this competitive price.", - "$ref" : "#/definitions/MoneyType" + "$ref": "#/definitions/MoneyType" }, "SuggestedLowerPricePlusShipping": { "description": "The suggested lower price of the item, including shipping and Amazon Points. The suggested lower price is based on a range of factors, including historical selling prices, recent Buy Box-eligible prices, and input from customers for your products.", "$ref": "#/definitions/MoneyType" }, - "SalesRankings" : { + "SalesRankings": { "description": "A list that contains the sales rank of the item in the given product categories.", - "$ref" : "#/definitions/SalesRankList" + "$ref": "#/definitions/SalesRankList" }, "BuyBoxEligibleOffers": { "description": "A list that contains the total number of offers that are eligible for the Buy Box for the given conditions and fulfillment channels.", @@ -3354,21 +3951,21 @@ } } }, - "PrimeInformationType" : { + "PrimeInformationType": { "description": "Amazon Prime information.", - "type" : "object", - "required" : [ + "type": "object", + "required": [ "IsPrime", "IsNationalPrime" ], - "properties" : { - "IsPrime" : { + "properties": { + "IsPrime": { "description": "Indicates whether the offer is an Amazon Prime offer.", - "type" : "boolean" + "type": "boolean" }, - "IsNationalPrime" : { + "IsNationalPrime": { "description": "Indicates whether the offer is an Amazon Prime offer throughout the entire marketplace where it is listed.", - "type" : "boolean" + "type": "boolean" } } }, @@ -3455,6 +4052,65 @@ }, "description": "The state and country from where the item is shipped." }, + "MarketplaceId": { + "description": "A marketplace identifier. Specifies the marketplace for which prices are returned.", + "type": "string" + }, + "ItemCondition": { + "description": "Filters the offer listings to be considered based on item condition. Possible values: New, Used, Collectible, Refurbished, Club.", + "type": "string", + "enum": [ + "New", + "Used", + "Collectible", + "Refurbished", + "Club" + ], + "x-docgen-enum-table-extension": [ + { + "value": "New", + "description": "New" + }, + { + "value": "Used", + "description": "Used" + }, + { + "value": "Collectible", + "description": "Collectible" + }, + { + "value": "Refurbished", + "description": "Refurbished" + }, + { + "value": "Club", + "description": "Club" + } + ] + }, + "Asin": { + "description": "The Amazon Standard Identification Number (ASIN) of the item.", + "type": "string" + }, + "CustomerType": { + "description": "Indicates whether to request Consumer or Business offers. Default is Consumer.", + "type": "string", + "enum": [ + "Consumer", + "Business" + ], + "x-docgen-enum-table-extension": [ + { + "value": "Consumer", + "description": "Consumer" + }, + { + "value": "Business", + "description": "Business" + } + ] + }, "Error": { "type": "object", "required": [