selling-partner-api-models/models/product-pricing-api-model/productPricingV0.json

8086 lines
337 KiB
JSON

{
"swagger": "2.0",
"info": {
"description": "The Selling Partner API for Pricing helps you programmatically retrieve product pricing and offer information for Amazon Marketplace products.",
"version": "v0",
"title": "Selling Partner API for Pricing",
"contact": {
"name": "Selling Partner API Developer Support",
"url": "https://sellercentral.amazon.com/gp/mws/contactus.html"
},
"license": {
"name": "Apache License 2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0"
}
},
"host": "sellingpartnerapi-na.amazon.com",
"schemes": [
"https"
],
"consumes": [
"application/json"
],
"produces": [
"application/json"
],
"paths": {
"/products/pricing/v0/price": {
"get": {
"tags": [
"productPricing"
],
"description": "Returns pricing information for a seller's offer listings based on seller SKU or ASIN.\n\n**Note:** The parameters associated with this operation may contain special characters that require URL encoding to call the API. To avoid errors with SKUs when encoding URLs, refer to [URL Encoding](https://developer-docs.amazon.com/sp-api/docs/url-encoding).\n\n**Usage Plan:**\n\n| Rate (requests per second) | Burst |\n| ---- | ---- |\n| 0.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": "getPricing",
"parameters": [
{
"name": "MarketplaceId",
"in": "query",
"description": "A marketplace identifier. Specifies the marketplace for which prices are returned.",
"required": true,
"type": "string"
},
{
"name": "Asins",
"in": "query",
"description": "A list of up to twenty Amazon Standard Identification Number (ASIN) values used to identify items in the given marketplace.",
"required": false,
"type": "array",
"items": {
"type": "string"
},
"maxItems": 20
},
{
"name": "Skus",
"in": "query",
"description": "A list of up to twenty seller SKU values used to identify items in the given marketplace.",
"required": false,
"type": "array",
"items": {
"type": "string"
},
"maxItems": 20
},
{
"name": "ItemType",
"in": "query",
"description": "Indicates whether ASIN values or seller SKU values are used to identify items. If you specify Asin, the information in the response will be dependent on the list of Asins you provide in the Asins parameter. If you specify Sku, the information in the response will be dependent on the list of Skus you provide in the Skus parameter.",
"required": true,
"type": "string",
"enum": [
"Asin",
"Sku"
],
"x-docgen-enum-table-extension": [
{
"value": "Asin",
"description": "The Amazon Standard Identification Number (ASIN)."
},
{
"value": "Sku",
"description": "The seller SKU."
}
]
},
{
"name": "ItemCondition",
"in": "query",
"description": "Filters the offer listings based on item condition. Possible values: New, Used, Collectible, Refurbished, Club.",
"required": false,
"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"
}
]
},
{
"name": "OfferType",
"in": "query",
"description": "Indicates whether to request pricing information for the seller's B2C or B2B offers. Default is B2C.",
"required": false,
"type": "string",
"enum": [
"B2C",
"B2B"
],
"x-docgen-enum-table-extension": [
{
"value": "B2C",
"description": "B2C"
},
{
"value": "B2B",
"description": "B2B"
}
]
}
],
"responses": {
"200": {
"description": "Success.",
"schema": {
"$ref": "#/definitions/GetPricingResponse"
},
"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."
}
},
"x-amzn-api-sandbox": {
"static": [
{
"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": ""
}
},
"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": "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"
}
]
}
}
]
}
}
]
}
},
"400": {
"description": "Request has missing or invalid parameters and cannot be parsed.",
"schema": {
"$ref": "#/definitions/GetPricingResponse"
},
"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."
}
},
"x-amzn-api-sandbox": {
"static": [
{
"request": {
"parameters": {
"MarketplaceId": {
"value": "TEST_CASE_400"
}
}
},
"response": {
"errors": [
{
"code": "InvalidInput",
"message": "Invalid Input"
}
]
}
}
]
}
},
"401": {
"description": "The request's Authorization header is not formatted correctly or does not contain a valid token.",
"schema": {
"$ref": "#/definitions/GetPricingResponse"
},
"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/GetPricingResponse"
},
"headers": {
"x-amzn-RequestId": {
"type": "string",
"description": "Unique request reference ID."
}
}
},
"404": {
"description": "The specified resource does not exist.",
"schema": {
"$ref": "#/definitions/GetPricingResponse"
},
"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/GetPricingResponse"
},
"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/GetPricingResponse"
},
"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/GetPricingResponse"
},
"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."
}
}
}
}
}
},
"/products/pricing/v0/competitivePrice": {
"get": {
"tags": [
"productPricing"
],
"description": "Returns competitive pricing information for a seller's offer listings based on seller SKU or ASIN.\n\n**Note:** The parameters associated with this operation may contain special characters that require URL encoding to call the API. To avoid errors with SKUs when encoding URLs, refer to [URL Encoding](https://developer-docs.amazon.com/sp-api/docs/url-encoding).\n\n**Usage Plan:**\n\n| Rate (requests per second) | Burst |\n| ---- | ---- |\n| 0.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": "getCompetitivePricing",
"parameters": [
{
"name": "MarketplaceId",
"in": "query",
"description": "A marketplace identifier. Specifies the marketplace for which prices are returned.",
"required": true,
"type": "string"
},
{
"name": "Asins",
"in": "query",
"description": "A list of up to twenty Amazon Standard Identification Number (ASIN) values used to identify items in the given marketplace.",
"required": false,
"type": "array",
"items": {
"type": "string"
},
"maxItems": 20
},
{
"name": "Skus",
"in": "query",
"description": "A list of up to twenty seller SKU values used to identify items in the given marketplace.",
"required": false,
"type": "array",
"items": {
"type": "string"
},
"maxItems": 20
},
{
"name": "ItemType",
"in": "query",
"description": "Indicates whether ASIN values or seller SKU values are used to identify items. If you specify Asin, the information in the response will be dependent on the list of Asins you provide in the Asins parameter. If you specify Sku, the information in the response will be dependent on the list of Skus you provide in the Skus parameter. Possible values: Asin, Sku.",
"required": true,
"type": "string",
"enum": [
"Asin",
"Sku"
],
"x-docgen-enum-table-extension": [
{
"value": "Asin",
"description": "The Amazon Standard Identification Number (ASIN)."
},
{
"value": "Sku",
"description": "The seller SKU."
}
]
},
{
"name": "CustomerType",
"in": "query",
"description": "Indicates whether to request pricing information from the point of view of Consumer or Business buyers. Default is Consumer.",
"required": false,
"type": "string",
"enum": [
"Consumer",
"Business"
],
"x-docgen-enum-table-extension": [
{
"value": "Consumer",
"description": "Consumer"
},
{
"value": "Business",
"description": "Business"
}
]
}
],
"responses": {
"200": {
"description": "Success.",
"schema": {
"$ref": "#/definitions/GetPricingResponse"
},
"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."
}
},
"x-amzn-api-sandbox": {
"static": [
{
"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": [
{
"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": "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
}
]
}
}
]
}
}
]
}
},
"400": {
"description": "Request has missing or invalid parameters and cannot be parsed.",
"schema": {
"$ref": "#/definitions/GetPricingResponse"
},
"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."
}
},
"x-amzn-api-sandbox": {
"static": [
{
"request": {
"parameters": {
"MarketplaceId": {
"value": "TEST_CASE_400"
}
}
},
"response": {
"errors": [
{
"code": "InvalidInput",
"message": "Invalid Input"
}
]
}
}
]
}
},
"401": {
"description": "The request's Authorization header is not formatted correctly or does not contain a valid token.",
"schema": {
"$ref": "#/definitions/GetPricingResponse"
},
"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/GetPricingResponse"
},
"headers": {
"x-amzn-RequestId": {
"type": "string",
"description": "Unique request reference ID."
}
}
},
"404": {
"description": "The specified resource does not exist.",
"schema": {
"$ref": "#/definitions/GetPricingResponse"
},
"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/GetPricingResponse"
},
"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/GetPricingResponse"
},
"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/GetPricingResponse"
},
"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."
}
}
}
}
}
},
"/products/pricing/v0/listings/{SellerSKU}/offers": {
"get": {
"tags": [
"productPricing"
],
"description": "Returns the lowest priced offers for a single SKU listing.\n\n**Note:** The parameters associated with this operation may contain special characters that require URL encoding to call the API. To avoid errors with SKUs when encoding URLs, refer to [URL Encoding](https://developer-docs.amazon.com/sp-api/docs/url-encoding).\n\n**Usage Plan:**\n\n| Rate (requests per second) | Burst |\n| ---- | ---- |\n| 1 | 2 |\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": [
{
"name": "MarketplaceId",
"in": "query",
"description": "A marketplace identifier. Specifies the marketplace for which prices are returned.",
"required": true,
"type": "string"
},
{
"name": "ItemCondition",
"in": "query",
"description": "Filters the offer listings based on item condition. Possible values: New, Used, Collectible, Refurbished, Club.",
"required": true,
"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"
}
]
},
{
"name": "SellerSKU",
"in": "path",
"description": "Identifies an item in the given marketplace. SellerSKU is qualified by the seller's SellerId, which is included with every operation that you submit.",
"required": true,
"type": "string"
},
{
"name": "CustomerType",
"in": "query",
"description": "Indicates whether to request Consumer or Business offers. Default is Consumer.",
"required": false,
"type": "string",
"enum": [
"Consumer",
"Business"
],
"x-docgen-enum-table-extension": [
{
"value": "Consumer",
"description": "Consumer"
},
{
"value": "Business",
"description": "Business"
}
]
}
],
"responses": {
"200": {
"description": "Success.",
"schema": {
"$ref": "#/definitions/GetOffersResponse"
},
"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."
}
},
"x-amzn-api-sandbox": {
"static": [
{
"request": {
"parameters": {
"SellerSKU": {
"value": "NABetaASINB00V5DG6IQ"
},
"MarketplaceId": {
"value": "ATVPDKIKX0DER"
}
}
},
"response": {
"payload": {
"SKU": "NABetaASINB00V5DG6IQ",
"status": "Success",
"ItemCondition": "New",
"Identifier": {
"MarketplaceId": "ATVPDKIKX0DER",
"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": "AXXXXXXXXXXXXX",
"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": "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"
}
}
}
]
}
},
"400": {
"description": "Request has missing or invalid parameters and cannot be parsed.",
"schema": {
"$ref": "#/definitions/GetOffersResponse"
},
"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."
}
},
"x-amzn-api-sandbox": {
"static": [
{
"request": {
"parameters": {
"SellerSKU": {
"value": "TEST_CASE_400"
}
}
},
"response": {
"errors": [
{
"code": "InvalidInput",
"message": "Invalid Input"
}
]
}
}
]
}
},
"401": {
"description": "The request's Authorization header is not formatted correctly or does not contain a valid token.",
"schema": {
"$ref": "#/definitions/GetOffersResponse"
},
"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/GetOffersResponse"
},
"headers": {
"x-amzn-RequestId": {
"type": "string",
"description": "Unique request reference ID."
}
}
},
"404": {
"description": "The specified resource does not exist.",
"schema": {
"$ref": "#/definitions/GetOffersResponse"
},
"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/GetOffersResponse"
},
"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/GetOffersResponse"
},
"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/GetOffersResponse"
},
"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."
}
}
}
}
}
},
"/products/pricing/v0/items/{Asin}/offers": {
"get": {
"tags": [
"productPricing"
],
"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| 0.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": "getItemOffers",
"parameters": [
{
"name": "MarketplaceId",
"in": "query",
"description": "A marketplace identifier. Specifies the marketplace for which prices are returned.",
"required": true,
"type": "string"
},
{
"name": "ItemCondition",
"in": "query",
"description": "Filters the offer listings to be considered based on item condition. Possible values: New, Used, Collectible, Refurbished, Club.",
"required": true,
"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"
}
]
},
{
"name": "Asin",
"in": "path",
"description": "The Amazon Standard Identification Number (ASIN) of the item.",
"required": true,
"type": "string"
},
{
"name": "CustomerType",
"in": "query",
"description": "Indicates whether to request Consumer or Business offers. Default is Consumer.",
"required": false,
"type": "string",
"enum": [
"Consumer",
"Business"
],
"x-docgen-enum-table-extension": [
{
"value": "Consumer",
"description": "Consumer"
},
{
"value": "Business",
"description": "Business"
}
]
}
],
"responses": {
"200": {
"description": "Success.",
"schema": {
"$ref": "#/definitions/GetOffersResponse"
},
"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."
}
},
"x-amzn-api-sandbox": {
"static": [
{
"request": {
"parameters": {
"Asin": {
"value": "B00V5DG6IQ"
},
"MarketplaceId": {
"value": "ATVPDKIKX0DER"
}
}
},
"response": {
"payload": {
"ASIN": "B00V5DG6IQ",
"status": "Success",
"ItemCondition": "New",
"Identifier": {
"MarketplaceId": "ATVPDKIKX0DER",
"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": "AXXXXXXXXXXXXX",
"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": "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"
}
}
}
]
}
},
"400": {
"description": "Request has missing or invalid parameters and cannot be parsed.",
"schema": {
"$ref": "#/definitions/GetOffersResponse"
},
"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."
}
},
"x-amzn-api-sandbox": {
"static": [
{
"request": {
"parameters": {
"Asin": {
"value": "TEST_CASE_400"
}
}
},
"response": {
"errors": [
{
"code": "InvalidInput",
"message": "Invalid Input"
}
]
}
}
]
}
},
"401": {
"description": "The request's Authorization header is not formatted correctly or does not contain a valid token.",
"schema": {
"$ref": "#/definitions/GetOffersResponse"
},
"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/GetOffersResponse"
},
"headers": {
"x-amzn-RequestId": {
"type": "string",
"description": "Unique request reference ID."
}
}
},
"404": {
"description": "The specified resource does not exist.",
"schema": {
"$ref": "#/definitions/GetOffersResponse"
},
"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/GetOffersResponse"
},
"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/GetOffersResponse"
},
"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/GetOffersResponse"
},
"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/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| 0.1 | 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](https://developer-docs.amazon.com/sp-api/docs/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.",
"x-amzn-api-sandbox": {
"static": [
{
"request": {
"parameters": {
"body": {
"value": {
"requests": [
{
"uri": "/products/pricing/v0/items/B000P6Q7MY/offers",
"method": "GET",
"MarketplaceId": "ATVPDKIKX0DER",
"ItemCondition": "New",
"CustomerType": "Consumer"
},
{
"uri": "/products/pricing/v0/items/B001Q3KU9Q/offers",
"method": "GET",
"MarketplaceId": "ATVPDKIKX0DER",
"ItemCondition": "New",
"CustomerType": "Consumer"
},
{
"uri": "/products/pricing/v0/items/B007Z07UK6/offers",
"method": "GET",
"MarketplaceId": "ATVPDKIKX0DER",
"ItemCondition": "New",
"CustomerType": "Consumer"
},
{
"uri": "/products/pricing/v0/items/B000OQA3N4/offers",
"method": "GET",
"MarketplaceId": "ATVPDKIKX0DER",
"ItemCondition": "New",
"CustomerType": "Consumer"
},
{
"uri": "/products/pricing/v0/items/B07PTMKYS7/offers",
"method": "GET",
"MarketplaceId": "ATVPDKIKX0DER",
"ItemCondition": "New",
"CustomerType": "Consumer"
},
{
"uri": "/products/pricing/v0/items/B001PYUTII/offers",
"method": "GET",
"MarketplaceId": "ATVPDKIKX0DER",
"ItemCondition": "New",
"CustomerType": "Consumer"
},
{
"uri": "/products/pricing/v0/items/B00505DW2I/offers",
"method": "GET",
"MarketplaceId": "ATVPDKIKX0DER",
"ItemCondition": "New",
"CustomerType": "Consumer"
},
{
"uri": "/products/pricing/v0/items/B00CGZQU42/offers",
"method": "GET",
"MarketplaceId": "ATVPDKIKX0DER",
"ItemCondition": "New",
"CustomerType": "Consumer"
},
{
"uri": "/products/pricing/v0/items/B01LY2ZYRF/offers",
"method": "GET",
"MarketplaceId": "ATVPDKIKX0DER",
"ItemCondition": "New",
"CustomerType": "Consumer"
},
{
"uri": "/products/pricing/v0/items/B00KFRNZY6/offers",
"method": "GET",
"MarketplaceId": "ATVPDKIKX0DER",
"ItemCondition": "New",
"CustomerType": "Consumer"
}
]
}
}
}
},
"response" : {
"responses": [
{
"status": {
"statusCode": 200,
"reasonPhrase": "OK"
},
"body": {
"payload": {
"ASIN": "B000P6Q7MY",
"status": "Success",
"ItemCondition": "New",
"Identifier": {
"MarketplaceId": "ATVPDKIKX0DER",
"ItemCondition": "New",
"ASIN": "B000P6Q7MY"
},
"Summary": {
"LowestPrices": [
{
"condition": "new",
"fulfillmentChannel": "Merchant",
"LandedPrice": {
"CurrencyCode": "USD",
"Amount": 21
},
"ListingPrice": {
"CurrencyCode": "USD",
"Amount": 21
},
"Shipping": {
"CurrencyCode": "USD",
"Amount": 0
}
}
],
"BuyBoxPrices": [
{
"condition": "new",
"LandedPrice": {
"CurrencyCode": "USD",
"Amount": 21
},
"ListingPrice": {
"CurrencyCode": "USD",
"Amount": 21
},
"Shipping": {
"CurrencyCode": "USD",
"Amount": 0
}
}
],
"NumberOfOffers": [
{
"condition": "new",
"fulfillmentChannel": "Merchant",
"OfferCount": 1
}
],
"BuyBoxEligibleOffers": [
{
"condition": "new",
"fulfillmentChannel": "Merchant",
"OfferCount": 1
}
],
"SalesRankings": [
{
"ProductCategoryId": "toy_display_on_website",
"Rank": 48602
},
{
"ProductCategoryId": "166064011",
"Rank": 1168
},
{
"ProductCategoryId": "251920011",
"Rank": 1304
}
],
"ListPrice": {
"CurrencyCode": "USD",
"Amount": 26
},
"TotalOfferCount": 1
},
"Offers": [
{
"Shipping": {
"CurrencyCode": "USD",
"Amount": 0
},
"ListingPrice": {
"CurrencyCode": "USD",
"Amount": 21
},
"ShippingTime": {
"maximumHours": 24,
"minimumHours": 24,
"availabilityType": "NOW"
},
"ShipsFrom": {
"Country": "US"
},
"PrimeInformation": {
"IsPrime": false,
"IsNationalPrime": false
},
"SubCondition": "new",
"SellerId": "A2SNBFWOFW4SWG",
"IsFeaturedMerchant": true,
"IsBuyBoxWinner": true,
"IsFulfilledByAmazon": false
}
],
"marketplaceId": "ATVPDKIKX0DER"
}
},
"headers": {
"x-amzn-RequestId": "2889aa8a-77b4-4d11-99f9-5fc24994dc0f",
"Date": "Tue, 28 Jun 2022 14:21:22 GMT"
},
"request": {
"MarketplaceId": "ATVPDKIKX0DER",
"Asin": "B000P6Q7MY",
"CustomerType": "Consumer",
"ItemCondition": "New"
}
},
{
"status": {
"statusCode": 200,
"reasonPhrase": "OK"
},
"body": {
"payload": {
"ASIN": "B001Q3KU9Q",
"status": "Success",
"ItemCondition": "New",
"Identifier": {
"MarketplaceId": "ATVPDKIKX0DER",
"ItemCondition": "New",
"ASIN": "B001Q3KU9Q"
},
"Summary": {
"LowestPrices": [
{
"condition": "new",
"fulfillmentChannel": "Amazon",
"LandedPrice": {
"CurrencyCode": "USD",
"Amount": 24.99
},
"ListingPrice": {
"CurrencyCode": "USD",
"Amount": 24.99
},
"Shipping": {
"CurrencyCode": "USD",
"Amount": 0
}
},
{
"condition": "collectible",
"fulfillmentChannel": "Merchant",
"LandedPrice": {
"CurrencyCode": "USD",
"Amount": 20.49
},
"ListingPrice": {
"CurrencyCode": "USD",
"Amount": 10
},
"Shipping": {
"CurrencyCode": "USD",
"Amount": 10.49
}
}
],
"BuyBoxPrices": [
{
"condition": "new",
"LandedPrice": {
"CurrencyCode": "USD",
"Amount": 24.99
},
"ListingPrice": {
"CurrencyCode": "USD",
"Amount": 24.99
},
"Shipping": {
"CurrencyCode": "USD",
"Amount": 0
}
}
],
"NumberOfOffers": [
{
"condition": "new",
"fulfillmentChannel": "Amazon",
"OfferCount": 1
},
{
"condition": "collectible",
"fulfillmentChannel": "Merchant",
"OfferCount": 1
}
],
"BuyBoxEligibleOffers": [
{
"condition": "new",
"fulfillmentChannel": "Amazon",
"OfferCount": 1
},
{
"condition": "collectible",
"fulfillmentChannel": "Merchant",
"OfferCount": 0
}
],
"SalesRankings": [
{
"ProductCategoryId": "toy_display_on_website",
"Rank": 6674
},
{
"ProductCategoryId": "251947011",
"Rank": 33
},
{
"ProductCategoryId": "23627232011",
"Rank": 41
},
{
"ProductCategoryId": "251913011",
"Rank": 88
}
],
"ListPrice": {
"CurrencyCode": "USD",
"Amount": 27.99
},
"TotalOfferCount": 2
},
"Offers": [
{
"Shipping": {
"CurrencyCode": "USD",
"Amount": 0
},
"ListingPrice": {
"CurrencyCode": "USD",
"Amount": 24.99
},
"ShippingTime": {
"maximumHours": 0,
"minimumHours": 0,
"availabilityType": "NOW"
},
"ShipsFrom": {
"Country": "US"
},
"PrimeInformation": {
"IsPrime": true,
"IsNationalPrime": true
},
"SubCondition": "new",
"SellerId": "A1OHOT6VONX3KA",
"IsFeaturedMerchant": true,
"IsBuyBoxWinner": true,
"IsFulfilledByAmazon": true
}
],
"marketplaceId": "ATVPDKIKX0DER"
}
},
"headers": {
"x-amzn-RequestId": "5ff728ac-8f9c-4caa-99a7-704f898eec9c",
"Date": "Tue, 28 Jun 2022 14:21:22 GMT"
},
"request": {
"MarketplaceId": "ATVPDKIKX0DER",
"Asin": "B001Q3KU9Q",
"CustomerType": "Consumer",
"ItemCondition": "New"
}
},
{
"status": {
"statusCode": 200,
"reasonPhrase": "OK"
},
"body": {
"payload": {
"ASIN": "B007Z07UK6",
"status": "Success",
"ItemCondition": "New",
"Identifier": {
"MarketplaceId": "ATVPDKIKX0DER",
"ItemCondition": "New",
"ASIN": "B007Z07UK6"
},
"Summary": {
"LowestPrices": [
{
"condition": "used",
"fulfillmentChannel": "Merchant",
"LandedPrice": {
"CurrencyCode": "USD",
"Amount": 18
},
"ListingPrice": {
"CurrencyCode": "USD",
"Amount": 11
},
"Shipping": {
"CurrencyCode": "USD",
"Amount": 7
}
},
{
"condition": "collectible",
"fulfillmentChannel": "Merchant",
"LandedPrice": {
"CurrencyCode": "USD",
"Amount": 10
},
"ListingPrice": {
"CurrencyCode": "USD",
"Amount": 10
},
"Shipping": {
"CurrencyCode": "USD",
"Amount": 0
}
},
{
"condition": "new",
"fulfillmentChannel": "Merchant",
"LandedPrice": {
"CurrencyCode": "USD",
"Amount": 1
},
"ListingPrice": {
"CurrencyCode": "USD",
"Amount": 1
},
"Shipping": {
"CurrencyCode": "USD",
"Amount": 0
}
}
],
"BuyBoxPrices": [
{
"condition": "new",
"LandedPrice": {
"CurrencyCode": "USD",
"Amount": 10
},
"ListingPrice": {
"CurrencyCode": "USD",
"Amount": 5.01
},
"Shipping": {
"CurrencyCode": "USD",
"Amount": 4.99
}
}
],
"NumberOfOffers": [
{
"condition": "used",
"fulfillmentChannel": "Merchant",
"OfferCount": 2
},
{
"condition": "collectible",
"fulfillmentChannel": "Merchant",
"OfferCount": 1
},
{
"condition": "new",
"fulfillmentChannel": "Merchant",
"OfferCount": 11
}
],
"BuyBoxEligibleOffers": [
{
"condition": "used",
"fulfillmentChannel": "Merchant",
"OfferCount": 2
},
{
"condition": "collectible",
"fulfillmentChannel": "Merchant",
"OfferCount": 0
},
{
"condition": "new",
"fulfillmentChannel": "Merchant",
"OfferCount": 2
}
],
"SalesRankings": [
{
"ProductCategoryId": "fashion_display_on_website",
"Rank": 34481
},
{
"ProductCategoryId": "3421050011",
"Rank": 24
}
],
"ListPrice": {
"CurrencyCode": "USD",
"Amount": 10
},
"TotalOfferCount": 14
},
"Offers": [
{
"Shipping": {
"CurrencyCode": "USD",
"Amount": 0
},
"ListingPrice": {
"CurrencyCode": "USD",
"Amount": 1
},
"ShippingTime": {
"maximumHours": 720,
"minimumHours": 504,
"availabilityType": "NOW"
},
"ShipsFrom": {
"Country": "US"
},
"PrimeInformation": {
"IsPrime": false,
"IsNationalPrime": false
},
"SubCondition": "new",
"SellerId": "AFQSGY2BVBPU2",
"IsFeaturedMerchant": false,
"IsBuyBoxWinner": false,
"IsFulfilledByAmazon": false
},
{
"Shipping": {
"CurrencyCode": "USD",
"Amount": 0
},
"ListingPrice": {
"CurrencyCode": "USD",
"Amount": 3.5
},
"ShippingTime": {
"maximumHours": 48,
"minimumHours": 24,
"availabilityType": "NOW"
},
"ShipsFrom": {
"Country": "US"
},
"PrimeInformation": {
"IsPrime": false,
"IsNationalPrime": false
},
"SubCondition": "new",
"SellerId": "ARLPNLRVRA0WL",
"IsFeaturedMerchant": false,
"IsBuyBoxWinner": false,
"IsFulfilledByAmazon": false
},
{
"Shipping": {
"CurrencyCode": "USD",
"Amount": 0
},
"ListingPrice": {
"CurrencyCode": "USD",
"Amount": 5
},
"ShippingTime": {
"maximumHours": 48,
"minimumHours": 24,
"availabilityType": "NOW"
},
"ShipsFrom": {
"Country": "US"
},
"PrimeInformation": {
"IsPrime": false,
"IsNationalPrime": false
},
"SubCondition": "new",
"SellerId": "A3QO25ZNO05UF8",
"IsFeaturedMerchant": false,
"IsBuyBoxWinner": false,
"IsFulfilledByAmazon": false
},
{
"Shipping": {
"CurrencyCode": "USD",
"Amount": 0
},
"ListingPrice": {
"CurrencyCode": "USD",
"Amount": 5
},
"ShippingTime": {
"maximumHours": 48,
"minimumHours": 24,
"availabilityType": "NOW"
},
"ShipsFrom": {
"Country": "US"
},
"PrimeInformation": {
"IsPrime": true,
"IsNationalPrime": true
},
"SubCondition": "new",
"SellerId": "AQBXQGCOQTJS6",
"IsFeaturedMerchant": false,
"IsBuyBoxWinner": false,
"IsFulfilledByAmazon": false
},
{
"Shipping": {
"CurrencyCode": "USD",
"Amount": 0
},
"ListingPrice": {
"CurrencyCode": "USD",
"Amount": 5.5
},
"ShippingTime": {
"maximumHours": 48,
"minimumHours": 24,
"availabilityType": "NOW"
},
"ShipsFrom": {
"Country": "US"
},
"PrimeInformation": {
"IsPrime": false,
"IsNationalPrime": false
},
"SubCondition": "new",
"SellerId": "ATAQTPUEAJ499",
"IsFeaturedMerchant": false,
"IsBuyBoxWinner": false,
"IsFulfilledByAmazon": false
},
{
"Shipping": {
"CurrencyCode": "USD",
"Amount": 4.99
},
"ListingPrice": {
"CurrencyCode": "USD",
"Amount": 5.01
},
"ShippingTime": {
"maximumHours": 48,
"minimumHours": 24,
"availabilityType": "NOW"
},
"ShipsFrom": {
"Country": "US"
},
"PrimeInformation": {
"IsPrime": false,
"IsNationalPrime": false
},
"SubCondition": "new",
"SellerId": "AEMQJEQHIGU8X",
"IsFeaturedMerchant": true,
"IsBuyBoxWinner": true,
"IsFulfilledByAmazon": false
},
{
"Shipping": {
"CurrencyCode": "USD",
"Amount": 0
},
"ListingPrice": {
"CurrencyCode": "USD",
"Amount": 10
},
"ShippingTime": {
"maximumHours": 48,
"minimumHours": 24,
"availabilityType": "NOW"
},
"ShipsFrom": {
"Country": "US"
},
"PrimeInformation": {
"IsPrime": false,
"IsNationalPrime": false
},
"SubCondition": "new",
"SellerId": "A3GAR3KWWUHTHC",
"IsFeaturedMerchant": false,
"IsBuyBoxWinner": false,
"IsFulfilledByAmazon": false
},
{
"Shipping": {
"CurrencyCode": "USD",
"Amount": 0
},
"ListingPrice": {
"CurrencyCode": "USD",
"Amount": 12
},
"ShippingTime": {
"maximumHours": 48,
"minimumHours": 24,
"availabilityType": "NOW"
},
"ShipsFrom": {
"Country": "US"
},
"PrimeInformation": {
"IsPrime": false,
"IsNationalPrime": false
},
"SubCondition": "new",
"SellerId": "A2YE02EFDC36RW",
"IsFeaturedMerchant": false,
"IsBuyBoxWinner": false,
"IsFulfilledByAmazon": false
},
{
"Shipping": {
"CurrencyCode": "USD",
"Amount": 0
},
"ListingPrice": {
"CurrencyCode": "USD",
"Amount": 20
},
"ShippingTime": {
"maximumHours": 48,
"minimumHours": 24,
"availabilityType": "NOW"
},
"ShipsFrom": {
"Country": "US"
},
"PrimeInformation": {
"IsPrime": false,
"IsNationalPrime": false
},
"SubCondition": "new",
"SellerId": "A17VVVVNIJPQI4",
"IsFeaturedMerchant": true,
"IsBuyBoxWinner": false,
"IsFulfilledByAmazon": false
},
{
"Shipping": {
"CurrencyCode": "USD",
"Amount": 0
},
"ListingPrice": {
"CurrencyCode": "USD",
"Amount": 50
},
"ShippingTime": {
"maximumHours": 24,
"minimumHours": 24,
"availabilityType": "NOW"
},
"ShipsFrom": {
"Country": "US"
},
"PrimeInformation": {
"IsPrime": true,
"IsNationalPrime": false
},
"SubCondition": "new",
"SellerId": "A3ALR9P0658YQT",
"IsFeaturedMerchant": false,
"IsBuyBoxWinner": false,
"IsFulfilledByAmazon": false
},
{
"Shipping": {
"CurrencyCode": "USD",
"Amount": 0
},
"ListingPrice": {
"CurrencyCode": "USD",
"Amount": 100
},
"ShippingTime": {
"maximumHours": 48,
"minimumHours": 24,
"availabilityType": "NOW"
},
"ShipsFrom": {
"Country": "US"
},
"PrimeInformation": {
"IsPrime": false,
"IsNationalPrime": false
},
"SubCondition": "new",
"SellerId": "A35LOCZQ3NFRAA",
"IsFeaturedMerchant": false,
"IsBuyBoxWinner": false,
"IsFulfilledByAmazon": false
}
],
"marketplaceId": "ATVPDKIKX0DER"
}
},
"headers": {
"x-amzn-RequestId": "ab062f54-6b1c-4eab-9c59-f9c85847c3cc",
"Date": "Tue, 28 Jun 2022 14:21:22 GMT"
},
"request": {
"MarketplaceId": "ATVPDKIKX0DER",
"Asin": "B007Z07UK6",
"CustomerType": "Consumer",
"ItemCondition": "New"
}
},
{
"status": {
"statusCode": 200,
"reasonPhrase": "OK"
},
"body": {
"payload": {
"ASIN": "B000OQA3N4",
"status": "Success",
"ItemCondition": "New",
"Identifier": {
"MarketplaceId": "ATVPDKIKX0DER",
"ItemCondition": "New",
"ASIN": "B000OQA3N4"
},
"Summary": {
"LowestPrices": [
{
"condition": "new",
"fulfillmentChannel": "Merchant",
"LandedPrice": {
"CurrencyCode": "USD",
"Amount": 10
},
"ListingPrice": {
"CurrencyCode": "USD",
"Amount": 10
},
"Shipping": {
"CurrencyCode": "USD",
"Amount": 0
}
}
],
"NumberOfOffers": [
{
"condition": "new",
"fulfillmentChannel": "Merchant",
"OfferCount": 3
}
],
"BuyBoxEligibleOffers": [
{
"condition": "new",
"fulfillmentChannel": "Merchant",
"OfferCount": 0
}
],
"SalesRankings": [
{
"ProductCategoryId": "sports_display_on_website",
"Rank": 232244
},
{
"ProductCategoryId": "3395921",
"Rank": 242
},
{
"ProductCategoryId": "19574752011",
"Rank": 1579
}
],
"ListPrice": {
"CurrencyCode": "USD",
"Amount": 25
},
"TotalOfferCount": 3
},
"Offers": [
{
"Shipping": {
"CurrencyCode": "USD",
"Amount": 0
},
"ListingPrice": {
"CurrencyCode": "USD",
"Amount": 10
},
"ShippingTime": {
"maximumHours": 48,
"minimumHours": 24,
"availabilityType": "NOW"
},
"ShipsFrom": {
"Country": "US"
},
"PrimeInformation": {
"IsPrime": false,
"IsNationalPrime": false
},
"SubCondition": "new",
"SellerId": "A3TH9S8BH6GOGM",
"IsFeaturedMerchant": false,
"IsBuyBoxWinner": false,
"IsFulfilledByAmazon": false
},
{
"Shipping": {
"CurrencyCode": "USD",
"Amount": 3.99
},
"ListingPrice": {
"CurrencyCode": "USD",
"Amount": 9.99
},
"ShippingTime": {
"maximumHours": 48,
"minimumHours": 24,
"availabilityType": "NOW"
},
"ShipsFrom": {
"Country": "US"
},
"PrimeInformation": {
"IsPrime": false,
"IsNationalPrime": false
},
"SubCondition": "new",
"SellerId": "A09263691NO8MK5LA75X2",
"IsFeaturedMerchant": false,
"IsBuyBoxWinner": false,
"IsFulfilledByAmazon": false
},
{
"Shipping": {
"CurrencyCode": "USD",
"Amount": 0
},
"ListingPrice": {
"CurrencyCode": "USD",
"Amount": 20
},
"ShippingTime": {
"maximumHours": 24,
"minimumHours": 24,
"availabilityType": "NOW"
},
"ShipsFrom": {
"Country": "US"
},
"PrimeInformation": {
"IsPrime": false,
"IsNationalPrime": false
},
"SubCondition": "new",
"SellerId": "A2SNBFWOFW4SWG",
"IsFeaturedMerchant": false,
"IsBuyBoxWinner": false,
"IsFulfilledByAmazon": false
}
],
"marketplaceId": "ATVPDKIKX0DER"
}
},
"headers": {
"x-amzn-RequestId": "110f73fc-463d-4a68-a042-3a675ee37367",
"Date": "Tue, 28 Jun 2022 14:21:22 GMT"
},
"request": {
"MarketplaceId": "ATVPDKIKX0DER",
"Asin": "B000OQA3N4",
"CustomerType": "Consumer",
"ItemCondition": "New"
}
},
{
"status": {
"statusCode": 200,
"reasonPhrase": "OK"
},
"body": {
"payload": {
"ASIN": "B07PTMKYS7",
"status": "Success",
"ItemCondition": "New",
"Identifier": {
"MarketplaceId": "ATVPDKIKX0DER",
"ItemCondition": "New",
"ASIN": "B07PTMKYS7"
},
"Summary": {
"LowestPrices": [
{
"condition": "collectible",
"fulfillmentChannel": "Merchant",
"LandedPrice": {
"CurrencyCode": "USD",
"Amount": 200
},
"ListingPrice": {
"CurrencyCode": "USD",
"Amount": 200
},
"Shipping": {
"CurrencyCode": "USD",
"Amount": 0
}
},
{
"condition": "new",
"fulfillmentChannel": "Merchant",
"LandedPrice": {
"CurrencyCode": "USD",
"Amount": 12
},
"ListingPrice": {
"CurrencyCode": "USD",
"Amount": 12
},
"Shipping": {
"CurrencyCode": "USD",
"Amount": 0
}
}
],
"NumberOfOffers": [
{
"condition": "collectible",
"fulfillmentChannel": "Merchant",
"OfferCount": 1
},
{
"condition": "new",
"fulfillmentChannel": "Merchant",
"OfferCount": 2
}
],
"BuyBoxEligibleOffers": [
{
"condition": "collectible",
"fulfillmentChannel": "Merchant",
"OfferCount": 0
},
{
"condition": "new",
"fulfillmentChannel": "Merchant",
"OfferCount": 0
}
],
"SalesRankings": [
{
"ProductCategoryId": "video_games_display_on_website",
"Rank": 2597
},
{
"ProductCategoryId": "19497044011",
"Rank": 33
},
{
"ProductCategoryId": "14670126011",
"Rank": 45
}
],
"ListPrice": {
"CurrencyCode": "USD",
"Amount": 399
},
"TotalOfferCount": 3
},
"Offers": [
{
"Shipping": {
"CurrencyCode": "USD",
"Amount": 0
},
"ListingPrice": {
"CurrencyCode": "USD",
"Amount": 12
},
"ShippingTime": {
"maximumHours": 48,
"minimumHours": 24,
"availabilityType": "NOW"
},
"ShipsFrom": {
"Country": "US"
},
"PrimeInformation": {
"IsPrime": false,
"IsNationalPrime": false
},
"SubCondition": "new",
"SellerId": "A3TH9S8BH6GOGM",
"IsFeaturedMerchant": false,
"IsBuyBoxWinner": false,
"IsFulfilledByAmazon": false
},
{
"Shipping": {
"CurrencyCode": "USD",
"Amount": 0
},
"ListingPrice": {
"CurrencyCode": "USD",
"Amount": 20
},
"ShippingTime": {
"maximumHours": 24,
"minimumHours": 24,
"availabilityType": "NOW"
},
"ShipsFrom": {
"Country": "US"
},
"PrimeInformation": {
"IsPrime": false,
"IsNationalPrime": false
},
"SubCondition": "new",
"SellerId": "A2SNBFWOFW4SWG",
"IsFeaturedMerchant": false,
"IsBuyBoxWinner": false,
"IsFulfilledByAmazon": false
}
],
"marketplaceId": "ATVPDKIKX0DER"
}
},
"headers": {
"x-amzn-RequestId": "f5b23d61-455e-40c4-b615-ca03fd0a25de",
"Date": "Tue, 28 Jun 2022 14:21:22 GMT"
},
"request": {
"MarketplaceId": "ATVPDKIKX0DER",
"Asin": "B07PTMKYS7",
"CustomerType": "Consumer",
"ItemCondition": "New"
}
},
{
"status": {
"statusCode": 200,
"reasonPhrase": "OK"
},
"body": {
"payload": {
"ASIN": "B001PYUTII",
"status": "Success",
"ItemCondition": "New",
"Identifier": {
"MarketplaceId": "ATVPDKIKX0DER",
"ItemCondition": "New",
"ASIN": "B001PYUTII"
},
"Summary": {
"LowestPrices": [
{
"condition": "used",
"fulfillmentChannel": "Merchant",
"LandedPrice": {
"CurrencyCode": "USD",
"Amount": 1
},
"ListingPrice": {
"CurrencyCode": "USD",
"Amount": 1
},
"Shipping": {
"CurrencyCode": "USD",
"Amount": 0
}
},
{
"condition": "new",
"fulfillmentChannel": "Amazon",
"LandedPrice": {
"CurrencyCode": "USD",
"Amount": 17.99
},
"ListingPrice": {
"CurrencyCode": "USD",
"Amount": 17.99
},
"Shipping": {
"CurrencyCode": "USD",
"Amount": 0
}
},
{
"condition": "collectible",
"fulfillmentChannel": "Merchant",
"LandedPrice": {
"CurrencyCode": "USD",
"Amount": 20
},
"ListingPrice": {
"CurrencyCode": "USD",
"Amount": 20
},
"Shipping": {
"CurrencyCode": "USD",
"Amount": 0
}
},
{
"condition": "new",
"fulfillmentChannel": "Merchant",
"LandedPrice": {
"CurrencyCode": "USD",
"Amount": 0.5
},
"ListingPrice": {
"CurrencyCode": "USD",
"Amount": 0.5
},
"Shipping": {
"CurrencyCode": "USD",
"Amount": 0
}
}
],
"BuyBoxPrices": [
{
"condition": "new",
"LandedPrice": {
"CurrencyCode": "USD",
"Amount": 10
},
"ListingPrice": {
"CurrencyCode": "USD",
"Amount": 10
},
"Shipping": {
"CurrencyCode": "USD",
"Amount": 0
}
}
],
"NumberOfOffers": [
{
"condition": "used",
"fulfillmentChannel": "Merchant",
"OfferCount": 4270
},
{
"condition": "new",
"fulfillmentChannel": "Amazon",
"OfferCount": 1
},
{
"condition": "collectible",
"fulfillmentChannel": "Merchant",
"OfferCount": 1
},
{
"condition": "new",
"fulfillmentChannel": "Merchant",
"OfferCount": 14
}
],
"BuyBoxEligibleOffers": [
{
"condition": "used",
"fulfillmentChannel": "Merchant",
"OfferCount": 8
},
{
"condition": "new",
"fulfillmentChannel": "Amazon",
"OfferCount": 1
},
{
"condition": "collectible",
"fulfillmentChannel": "Merchant",
"OfferCount": 0
},
{
"condition": "new",
"fulfillmentChannel": "Merchant",
"OfferCount": 2
}
],
"SalesRankings": [
{
"ProductCategoryId": "toy_display_on_website",
"Rank": 30959
},
{
"ProductCategoryId": "196604011",
"Rank": 94
},
{
"ProductCategoryId": "251910011",
"Rank": 13863
}
],
"ListPrice": {
"CurrencyCode": "USD",
"Amount": 17.99
},
"TotalOfferCount": 4286
},
"Offers": [
{
"Shipping": {
"CurrencyCode": "USD",
"Amount": 0
},
"ListingPrice": {
"CurrencyCode": "USD",
"Amount": 0.5
},
"ShippingTime": {
"maximumHours": 48,
"minimumHours": 24,
"availabilityType": "NOW"
},
"ShipsFrom": {
"Country": "US"
},
"PrimeInformation": {
"IsPrime": false,
"IsNationalPrime": false
},
"SubCondition": "new",
"SellerId": "A21GPS04ENK3GH",
"IsFeaturedMerchant": false,
"IsBuyBoxWinner": false,
"IsFulfilledByAmazon": false
},
{
"Shipping": {
"CurrencyCode": "USD",
"Amount": 0
},
"ListingPrice": {
"CurrencyCode": "USD",
"Amount": 9
},
"ShippingTime": {
"maximumHours": 48,
"minimumHours": 24,
"availabilityType": "NOW"
},
"ShipsFrom": {
"Country": "US"
},
"PrimeInformation": {
"IsPrime": false,
"IsNationalPrime": false
},
"SubCondition": "new",
"SellerId": "A1NHJ2GQHJYKDD",
"IsFeaturedMerchant": false,
"IsBuyBoxWinner": false,
"IsFulfilledByAmazon": false
},
{
"Shipping": {
"CurrencyCode": "USD",
"Amount": 0
},
"ListingPrice": {
"CurrencyCode": "USD",
"Amount": 10
},
"ShippingTime": {
"maximumHours": 48,
"minimumHours": 24,
"availabilityType": "NOW"
},
"ShipsFrom": {
"Country": "US"
},
"PrimeInformation": {
"IsPrime": false,
"IsNationalPrime": false
},
"SubCondition": "new",
"SellerId": "A1EZPZGQPCQEQR",
"IsFeaturedMerchant": true,
"IsBuyBoxWinner": true,
"IsFulfilledByAmazon": false
},
{
"Shipping": {
"CurrencyCode": "USD",
"Amount": 0
},
"ListingPrice": {
"CurrencyCode": "USD",
"Amount": 10
},
"ShippingTime": {
"maximumHours": 48,
"minimumHours": 24,
"availabilityType": "NOW"
},
"ShipsFrom": {
"Country": "US"
},
"PrimeInformation": {
"IsPrime": false,
"IsNationalPrime": false
},
"SubCondition": "new",
"SellerId": "A2BSRKTUYRBQX7",
"IsFeaturedMerchant": false,
"IsBuyBoxWinner": false,
"IsFulfilledByAmazon": false
},
{
"Shipping": {
"CurrencyCode": "USD",
"Amount": 0
},
"ListingPrice": {
"CurrencyCode": "USD",
"Amount": 12.99
},
"ShippingTime": {
"maximumHours": 48,
"minimumHours": 24,
"availabilityType": "NOW"
},
"ShipsFrom": {
"Country": "US"
},
"PrimeInformation": {
"IsPrime": false,
"IsNationalPrime": false
},
"SubCondition": "new",
"SellerId": "A14RRT8J7KHRG0",
"IsFeaturedMerchant": false,
"IsBuyBoxWinner": false,
"IsFulfilledByAmazon": false
},
{
"Shipping": {
"CurrencyCode": "USD",
"Amount": 5
},
"ListingPrice": {
"CurrencyCode": "USD",
"Amount": 10
},
"ShippingTime": {
"maximumHours": 48,
"minimumHours": 24,
"availabilityType": "NOW"
},
"ShipsFrom": {
"Country": "US"
},
"PrimeInformation": {
"IsPrime": false,
"IsNationalPrime": false
},
"SubCondition": "new",
"SellerId": "A29DD74D3MDLD3",
"IsFeaturedMerchant": false,
"IsBuyBoxWinner": false,
"IsFulfilledByAmazon": false
},
{
"Shipping": {
"CurrencyCode": "USD",
"Amount": 0
},
"ListingPrice": {
"CurrencyCode": "USD",
"Amount": 15
},
"ShippingTime": {
"maximumHours": 48,
"minimumHours": 24,
"availabilityType": "NOW"
},
"ShipsFrom": {
"Country": "US"
},
"PrimeInformation": {
"IsPrime": false,
"IsNationalPrime": false
},
"SubCondition": "new",
"SellerId": "A1EZPZGQPCQEQR",
"IsFeaturedMerchant": true,
"IsBuyBoxWinner": false,
"IsFulfilledByAmazon": false
},
{
"Shipping": {
"CurrencyCode": "USD",
"Amount": 0
},
"ListingPrice": {
"CurrencyCode": "USD",
"Amount": 17.99
},
"ShippingTime": {
"maximumHours": 0,
"minimumHours": 0,
"availabilityType": "NOW"
},
"ShipsFrom": {
"Country": "US"
},
"PrimeInformation": {
"IsPrime": true,
"IsNationalPrime": true
},
"SubCondition": "new",
"SellerId": "A1OHOT6VONX3KA",
"IsFeaturedMerchant": true,
"IsBuyBoxWinner": false,
"IsFulfilledByAmazon": true
},
{
"Shipping": {
"CurrencyCode": "USD",
"Amount": 0
},
"ListingPrice": {
"CurrencyCode": "USD",
"Amount": 23
},
"ShippingTime": {
"maximumHours": 48,
"minimumHours": 24,
"availabilityType": "NOW"
},
"ShipsFrom": {
"Country": "US"
},
"PrimeInformation": {
"IsPrime": false,
"IsNationalPrime": false
},
"SubCondition": "new",
"SellerId": "A2NO69NJS5R7BW",
"IsFeaturedMerchant": false,
"IsBuyBoxWinner": false,
"IsFulfilledByAmazon": false
},
{
"Shipping": {
"CurrencyCode": "USD",
"Amount": 0
},
"ListingPrice": {
"CurrencyCode": "USD",
"Amount": 23
},
"ShippingTime": {
"maximumHours": 48,
"minimumHours": 24,
"availabilityType": "NOW"
},
"ShipsFrom": {
"Country": "US"
},
"PrimeInformation": {
"IsPrime": false,
"IsNationalPrime": false
},
"SubCondition": "new",
"SellerId": "A3J2OPDM7RLS9A",
"IsFeaturedMerchant": false,
"IsBuyBoxWinner": false,
"IsFulfilledByAmazon": false
},
{
"Shipping": {
"CurrencyCode": "USD",
"Amount": 0
},
"ListingPrice": {
"CurrencyCode": "USD",
"Amount": 30
},
"ShippingTime": {
"maximumHours": 48,
"minimumHours": 24,
"availabilityType": "NOW"
},
"ShipsFrom": {
"Country": "US"
},
"PrimeInformation": {
"IsPrime": false,
"IsNationalPrime": false
},
"SubCondition": "new",
"SellerId": "AA7AN6LI5ZZMD",
"IsFeaturedMerchant": false,
"IsBuyBoxWinner": false,
"IsFulfilledByAmazon": false
},
{
"Shipping": {
"CurrencyCode": "USD",
"Amount": 0
},
"ListingPrice": {
"CurrencyCode": "USD",
"Amount": 30
},
"ShippingTime": {
"maximumHours": 24,
"minimumHours": 24,
"availabilityType": "NOW"
},
"ShipsFrom": {
"Country": "US"
},
"PrimeInformation": {
"IsPrime": false,
"IsNationalPrime": false
},
"SubCondition": "new",
"SellerId": "A2SNBFWOFW4SWG",
"IsFeaturedMerchant": false,
"IsBuyBoxWinner": false,
"IsFulfilledByAmazon": false
},
{
"Shipping": {
"CurrencyCode": "USD",
"Amount": 5
},
"ListingPrice": {
"CurrencyCode": "USD",
"Amount": 30
},
"ShippingTime": {
"maximumHours": 48,
"minimumHours": 24,
"availabilityType": "NOW"
},
"ShipsFrom": {
"Country": "US"
},
"PrimeInformation": {
"IsPrime": false,
"IsNationalPrime": false
},
"SubCondition": "new",
"SellerId": "A29DD74D3MDLD3",
"IsFeaturedMerchant": false,
"IsBuyBoxWinner": false,
"IsFulfilledByAmazon": false
},
{
"Shipping": {
"CurrencyCode": "USD",
"Amount": 0
},
"ListingPrice": {
"CurrencyCode": "USD",
"Amount": 50
},
"ShippingTime": {
"maximumHours": 48,
"minimumHours": 24,
"availabilityType": "NOW"
},
"ShipsFrom": {
"Country": "US"
},
"PrimeInformation": {
"IsPrime": false,
"IsNationalPrime": false
},
"SubCondition": "new",
"SellerId": "A3D4MFKTUUP0RS",
"IsFeaturedMerchant": false,
"IsBuyBoxWinner": false,
"IsFulfilledByAmazon": false
},
{
"Shipping": {
"CurrencyCode": "USD",
"Amount": 0
},
"ListingPrice": {
"CurrencyCode": "USD",
"Amount": 1400
},
"ShippingTime": {
"maximumHours": 48,
"minimumHours": 24,
"availabilityType": "NOW"
},
"ShipsFrom": {
"Country": "US"
},
"PrimeInformation": {
"IsPrime": false,
"IsNationalPrime": false
},
"SubCondition": "new",
"SellerId": "A16ZGNLKQR74W7",
"IsFeaturedMerchant": false,
"IsBuyBoxWinner": false,
"IsFulfilledByAmazon": false
}
],
"marketplaceId": "ATVPDKIKX0DER"
}
},
"headers": {
"x-amzn-RequestId": "5b4ebbf3-cd9f-4e5f-a252-1aed3933ae0e",
"Date": "Tue, 28 Jun 2022 14:21:25 GMT"
},
"request": {
"MarketplaceId": "ATVPDKIKX0DER",
"Asin": "B001PYUTII",
"CustomerType": "Consumer",
"ItemCondition": "New"
}
},
{
"status": {
"statusCode": 200,
"reasonPhrase": "OK"
},
"body": {
"payload": {
"ASIN": "B00505DW2I",
"status": "Success",
"ItemCondition": "New",
"Identifier": {
"MarketplaceId": "ATVPDKIKX0DER",
"ItemCondition": "New",
"ASIN": "B00505DW2I"
},
"Summary": {
"LowestPrices": [
{
"condition": "new",
"fulfillmentChannel": "Merchant",
"LandedPrice": {
"CurrencyCode": "USD",
"Amount": 14.99
},
"ListingPrice": {
"CurrencyCode": "USD",
"Amount": 10
},
"Shipping": {
"CurrencyCode": "USD",
"Amount": 4.99
}
}
],
"BuyBoxPrices": [
{
"condition": "new",
"LandedPrice": {
"CurrencyCode": "USD",
"Amount": 14.99
},
"ListingPrice": {
"CurrencyCode": "USD",
"Amount": 10
},
"Shipping": {
"CurrencyCode": "USD",
"Amount": 4.99
}
}
],
"NumberOfOffers": [
{
"condition": "new",
"fulfillmentChannel": "Merchant",
"OfferCount": 3
}
],
"BuyBoxEligibleOffers": [
{
"condition": "new",
"fulfillmentChannel": "Merchant",
"OfferCount": 3
}
],
"SalesRankings": [
{
"ProductCategoryId": "toy_display_on_website",
"Rank": 6581
},
{
"ProductCategoryId": "14194715011",
"Rank": 11
},
{
"ProductCategoryId": "251975011",
"Rank": 15
}
],
"ListPrice": {
"CurrencyCode": "USD",
"Amount": 36
},
"TotalOfferCount": 3
},
"Offers": [
{
"Shipping": {
"CurrencyCode": "USD",
"Amount": 4.99
},
"ListingPrice": {
"CurrencyCode": "USD",
"Amount": 10
},
"ShippingTime": {
"maximumHours": 48,
"minimumHours": 24,
"availabilityType": "NOW"
},
"ShipsFrom": {
"Country": "US"
},
"PrimeInformation": {
"IsPrime": false,
"IsNationalPrime": false
},
"SubCondition": "new",
"SellerId": "A5LI4TEX5CN80",
"IsFeaturedMerchant": true,
"IsBuyBoxWinner": true,
"IsFulfilledByAmazon": false
},
{
"Shipping": {
"CurrencyCode": "USD",
"Amount": 0
},
"ListingPrice": {
"CurrencyCode": "USD",
"Amount": 15
},
"ShippingTime": {
"maximumHours": 24,
"minimumHours": 24,
"availabilityType": "NOW"
},
"ShipsFrom": {
"Country": "US"
},
"PrimeInformation": {
"IsPrime": false,
"IsNationalPrime": false
},
"SubCondition": "new",
"SellerId": "A2SNBFWOFW4SWG",
"IsFeaturedMerchant": true,
"IsBuyBoxWinner": false,
"IsFulfilledByAmazon": false
},
{
"Shipping": {
"CurrencyCode": "USD",
"Amount": 0
},
"ListingPrice": {
"CurrencyCode": "USD",
"Amount": 33
},
"ShippingTime": {
"maximumHours": 48,
"minimumHours": 24,
"availabilityType": "NOW"
},
"ShipsFrom": {
"Country": "US"
},
"PrimeInformation": {
"IsPrime": false,
"IsNationalPrime": false
},
"SubCondition": "new",
"SellerId": "AH2OYH1RAT8PM",
"IsFeaturedMerchant": true,
"IsBuyBoxWinner": false,
"IsFulfilledByAmazon": false
}
],
"marketplaceId": "ATVPDKIKX0DER"
}
},
"headers": {
"x-amzn-RequestId": "da27fbae-3066-44b5-8f08-d472152eea0b",
"Date": "Tue, 28 Jun 2022 14:21:22 GMT"
},
"request": {
"MarketplaceId": "ATVPDKIKX0DER",
"Asin": "B00505DW2I",
"CustomerType": "Consumer",
"ItemCondition": "New"
}
},
{
"status": {
"statusCode": 200,
"reasonPhrase": "OK"
},
"body": {
"payload": {
"ASIN": "B00CGZQU42",
"status": "Success",
"ItemCondition": "New",
"Identifier": {
"MarketplaceId": "ATVPDKIKX0DER",
"ItemCondition": "New",
"ASIN": "B00CGZQU42"
},
"Summary": {
"LowestPrices": [
{
"condition": "new",
"fulfillmentChannel": "Amazon",
"LandedPrice": {
"CurrencyCode": "USD",
"Amount": 100
},
"ListingPrice": {
"CurrencyCode": "USD",
"Amount": 100
},
"Shipping": {
"CurrencyCode": "USD",
"Amount": 0
}
},
{
"condition": "new",
"fulfillmentChannel": "Merchant",
"LandedPrice": {
"CurrencyCode": "USD",
"Amount": 50
},
"ListingPrice": {
"CurrencyCode": "USD",
"Amount": 50
},
"Shipping": {
"CurrencyCode": "USD",
"Amount": 0
}
}
],
"BuyBoxPrices": [
{
"condition": "new",
"LandedPrice": {
"CurrencyCode": "USD",
"Amount": 50
},
"ListingPrice": {
"CurrencyCode": "USD",
"Amount": 50
},
"Shipping": {
"CurrencyCode": "USD",
"Amount": 0
}
}
],
"NumberOfOffers": [
{
"condition": "new",
"fulfillmentChannel": "Amazon",
"OfferCount": 1
},
{
"condition": "new",
"fulfillmentChannel": "Merchant",
"OfferCount": 2
}
],
"BuyBoxEligibleOffers": [
{
"condition": "new",
"fulfillmentChannel": "Amazon",
"OfferCount": 1
},
{
"condition": "new",
"fulfillmentChannel": "Merchant",
"OfferCount": 1
}
],
"SalesRankings": [
{
"ProductCategoryId": "fashion_display_on_website",
"Rank": 1093666
},
{
"ProductCategoryId": "1045012",
"Rank": 2179
}
],
"ListPrice": {
"CurrencyCode": "USD",
"Amount": 18.99
},
"TotalOfferCount": 3
},
"Offers": [
{
"Shipping": {
"CurrencyCode": "USD",
"Amount": 0
},
"ListingPrice": {
"CurrencyCode": "USD",
"Amount": 50
},
"ShippingTime": {
"maximumHours": 48,
"minimumHours": 24,
"availabilityType": "NOW"
},
"ShipsFrom": {
"Country": "US"
},
"PrimeInformation": {
"IsPrime": false,
"IsNationalPrime": false
},
"SubCondition": "new",
"SellerId": "A3CTKJEUROOISL",
"IsFeaturedMerchant": false,
"IsBuyBoxWinner": false,
"IsFulfilledByAmazon": false
},
{
"Shipping": {
"CurrencyCode": "USD",
"Amount": 0
},
"ListingPrice": {
"CurrencyCode": "USD",
"Amount": 50
},
"ShippingTime": {
"maximumHours": 24,
"minimumHours": 24,
"availabilityType": "NOW"
},
"ShipsFrom": {
"Country": "US"
},
"PrimeInformation": {
"IsPrime": false,
"IsNationalPrime": false
},
"SubCondition": "new",
"SellerId": "A2SNBFWOFW4SWG",
"IsFeaturedMerchant": true,
"IsBuyBoxWinner": true,
"IsFulfilledByAmazon": false
},
{
"Shipping": {
"CurrencyCode": "USD",
"Amount": 0
},
"ListingPrice": {
"CurrencyCode": "USD",
"Amount": 100
},
"ShippingTime": {
"maximumHours": 0,
"minimumHours": 0,
"availabilityType": "NOW"
},
"ShipsFrom": {
"Country": "US"
},
"PrimeInformation": {
"IsPrime": true,
"IsNationalPrime": true
},
"SubCondition": "new",
"SellerId": "A16V258PS36Q2H",
"IsFeaturedMerchant": true,
"IsBuyBoxWinner": false,
"IsFulfilledByAmazon": true
}
],
"marketplaceId": "ATVPDKIKX0DER"
}
},
"headers": {
"x-amzn-RequestId": "057b337c-3c17-4bbd-9bbf-79c1ef756dc0",
"Date": "Tue, 28 Jun 2022 14:21:22 GMT"
},
"request": {
"MarketplaceId": "ATVPDKIKX0DER",
"Asin": "B00CGZQU42",
"CustomerType": "Consumer",
"ItemCondition": "New"
}
},
{
"status": {
"statusCode": 200,
"reasonPhrase": "OK"
},
"body": {
"payload": {
"ASIN": "B01LY2ZYRF",
"status": "Success",
"ItemCondition": "New",
"Identifier": {
"MarketplaceId": "ATVPDKIKX0DER",
"ItemCondition": "New",
"ASIN": "B01LY2ZYRF"
},
"Summary": {
"LowestPrices": [
{
"condition": "new",
"fulfillmentChannel": "Merchant",
"LandedPrice": {
"CurrencyCode": "USD",
"Amount": 22
},
"ListingPrice": {
"CurrencyCode": "USD",
"Amount": 22
},
"Shipping": {
"CurrencyCode": "USD",
"Amount": 0
}
}
],
"BuyBoxPrices": [
{
"condition": "new",
"LandedPrice": {
"CurrencyCode": "USD",
"Amount": 22
},
"ListingPrice": {
"CurrencyCode": "USD",
"Amount": 22
},
"Shipping": {
"CurrencyCode": "USD",
"Amount": 0
}
}
],
"NumberOfOffers": [
{
"condition": "new",
"fulfillmentChannel": "Merchant",
"OfferCount": 1
}
],
"BuyBoxEligibleOffers": [
{
"condition": "new",
"fulfillmentChannel": "Merchant",
"OfferCount": 1
}
],
"ListPrice": {
"CurrencyCode": "USD",
"Amount": 59.5
},
"TotalOfferCount": 1
},
"Offers": [
{
"Shipping": {
"CurrencyCode": "USD",
"Amount": 0
},
"ListingPrice": {
"CurrencyCode": "USD",
"Amount": 22
},
"ShippingTime": {
"maximumHours": 24,
"minimumHours": 24,
"availabilityType": "NOW"
},
"ShipsFrom": {
"Country": "US"
},
"PrimeInformation": {
"IsPrime": false,
"IsNationalPrime": false
},
"SubCondition": "new",
"SellerId": "A2SNBFWOFW4SWG",
"IsFeaturedMerchant": true,
"IsBuyBoxWinner": true,
"IsFulfilledByAmazon": false
}
],
"marketplaceId": "ATVPDKIKX0DER"
}
},
"headers": {
"x-amzn-RequestId": "196a1220-82c4-4b07-8a73-a7d92511f6ef",
"Date": "Tue, 28 Jun 2022 14:21:22 GMT"
},
"request": {
"MarketplaceId": "ATVPDKIKX0DER",
"Asin": "B01LY2ZYRF",
"CustomerType": "Consumer",
"ItemCondition": "New"
}
},
{
"status": {
"statusCode": 200,
"reasonPhrase": "OK"
},
"body": {
"payload": {
"ASIN": "B00KFRNZY6",
"status": "NoBuyableOffers",
"ItemCondition": "New",
"Identifier": {
"MarketplaceId": "ATVPDKIKX0DER",
"ItemCondition": "New",
"ASIN": "B00KFRNZY6"
},
"Summary": {
"TotalOfferCount": 0
},
"Offers": [],
"marketplaceId": "ATVPDKIKX0DER"
}
},
"headers": {
"x-amzn-RequestId": "7e49bdbb-7347-46fe-8c66-beb7b9c08118",
"Date": "Tue, 28 Jun 2022 14:21:23 GMT"
},
"request": {
"MarketplaceId": "ATVPDKIKX0DER",
"Asin": "B00KFRNZY6",
"CustomerType": "Consumer",
"ItemCondition": "New"
}
}
]
}
}
]
},
"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."
}
},
"x-amzn-api-sandbox": {
"static": [
{
"request": {
"parameters": {
"body": {
"value": {
"requests": [
{
"uri": "/products/pricing/v0/items/B000P6Q7MY/offers",
"method": "GET",
"MarketplaceId": "ATVPDKIKX0DER",
"ItemCondition": "New",
"CustomerType": "Consumer"
}
]
}
}
}
},
"response": {
"errors": [
{
"code": "InvalidInput",
"message": "Invalid Input"
}
]
}
}
]
}
},
"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| 0.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.",
"x-amzn-api-sandbox": {
"static": [
{
"request": {
"parameters": {
"body": {
"value": {
"requests": [
{
"uri": "/products/pricing/v0/listings/GC-QTMS-SV2I/offers",
"method": "GET",
"MarketplaceId": "ATVPDKIKX0DER",
"ItemCondition": "New",
"CustomerType": "Consumer"
},
{
"uri": "/products/pricing/v0/listings/VT-DEIT-57TQ/offers",
"method": "GET",
"MarketplaceId": "ATVPDKIKX0DER",
"ItemCondition": "New",
"CustomerType": "Consumer"
},
{
"uri": "/products/pricing/v0/listings/NA-H7X1-JYTM/offers",
"method": "GET",
"MarketplaceId": "ATVPDKIKX0DER",
"ItemCondition": "New",
"CustomerType": "Consumer"
},
{
"uri": "/products/pricing/v0/listings/RL-JVOC-MBSL/offers",
"method": "GET",
"MarketplaceId": "ATVPDKIKX0DER",
"ItemCondition": "New",
"CustomerType": "Consumer"
},
{
"uri": "/products/pricing/v0/listings/74-64KG-H9W9/offers",
"method": "GET",
"MarketplaceId": "ATVPDKIKX0DER",
"ItemCondition": "New",
"CustomerType": "Consumer"
}
]
}
}
}
},
"response": {
"responses": [
{
"status": {
"statusCode": 200,
"reasonPhrase": "OK"
},
"body": {
"payload": {
"SKU": "GC-QTMS-SV2I",
"status": "Success",
"ItemCondition": "New",
"Identifier": {
"MarketplaceId": "ATVPDKIKX0DER",
"ItemCondition": "New",
"SellerSKU": "GC-QTMS-SV2I"
},
"Summary": {
"LowestPrices": [
{
"condition": "used",
"fulfillmentChannel": "Merchant",
"LandedPrice": {
"CurrencyCode": "USD",
"Amount": 1
},
"ListingPrice": {
"CurrencyCode": "USD",
"Amount": 1
},
"Shipping": {
"CurrencyCode": "USD",
"Amount": 0
}
},
{
"condition": "new",
"fulfillmentChannel": "Amazon",
"LandedPrice": {
"CurrencyCode": "USD",
"Amount": 17.99
},
"ListingPrice": {
"CurrencyCode": "USD",
"Amount": 17.99
},
"Shipping": {
"CurrencyCode": "USD",
"Amount": 0
}
},
{
"condition": "collectible",
"fulfillmentChannel": "Merchant",
"LandedPrice": {
"CurrencyCode": "USD",
"Amount": 20
},
"ListingPrice": {
"CurrencyCode": "USD",
"Amount": 20
},
"Shipping": {
"CurrencyCode": "USD",
"Amount": 0
}
},
{
"condition": "new",
"fulfillmentChannel": "Merchant",
"LandedPrice": {
"CurrencyCode": "USD",
"Amount": 0.5
},
"ListingPrice": {
"CurrencyCode": "USD",
"Amount": 0.5
},
"Shipping": {
"CurrencyCode": "USD",
"Amount": 0
}
}
],
"BuyBoxPrices": [
{
"condition": "new",
"LandedPrice": {
"CurrencyCode": "USD",
"Amount": 10
},
"ListingPrice": {
"CurrencyCode": "USD",
"Amount": 10
},
"Shipping": {
"CurrencyCode": "USD",
"Amount": 0
}
}
],
"NumberOfOffers": [
{
"condition": "used",
"fulfillmentChannel": "Merchant",
"OfferCount": 4270
},
{
"condition": "new",
"fulfillmentChannel": "Amazon",
"OfferCount": 1
},
{
"condition": "collectible",
"fulfillmentChannel": "Merchant",
"OfferCount": 1
},
{
"condition": "new",
"fulfillmentChannel": "Merchant",
"OfferCount": 14
}
],
"BuyBoxEligibleOffers": [
{
"condition": "used",
"fulfillmentChannel": "Merchant"
},
{
"condition": "new",
"fulfillmentChannel": "Amazon"
},
{
"condition": "collectible",
"fulfillmentChannel": "Merchant"
},
{
"condition": "new",
"fulfillmentChannel": "Merchant"
}
],
"SalesRankings": [
{
"ProductCategoryId": "toy_display_on_website",
"Rank": 30959
},
{
"ProductCategoryId": "196604011",
"Rank": 94
},
{
"ProductCategoryId": "251910011",
"Rank": 13863
}
],
"ListPrice": {
"CurrencyCode": "USD",
"Amount": 17.99
},
"TotalOfferCount": 4286
},
"Offers": [
{
"Shipping": {
"CurrencyCode": "USD",
"Amount": 0
},
"ListingPrice": {
"CurrencyCode": "USD",
"Amount": 0.5
},
"ShippingTime": {
"maximumHours": 48,
"minimumHours": 24,
"availabilityType": "NOW"
},
"ShipsFrom": {
"Country": "US"
},
"PrimeInformation": {
"IsPrime": false,
"IsNationalPrime": false
},
"SubCondition": "new",
"SellerId": "A21GPS04ENK3GH",
"IsFeaturedMerchant": false,
"IsBuyBoxWinner": false,
"MyOffer": false,
"IsFulfilledByAmazon": false
},
{
"Shipping": {
"CurrencyCode": "USD",
"Amount": 0
},
"ListingPrice": {
"CurrencyCode": "USD",
"Amount": 9
},
"ShippingTime": {
"maximumHours": 48,
"minimumHours": 24,
"availabilityType": "NOW"
},
"ShipsFrom": {
"Country": "US"
},
"PrimeInformation": {
"IsPrime": false,
"IsNationalPrime": false
},
"SubCondition": "new",
"SellerId": "A1NHJ2GQHJYKDD",
"IsFeaturedMerchant": false,
"IsBuyBoxWinner": false,
"MyOffer": false,
"IsFulfilledByAmazon": false
},
{
"Shipping": {
"CurrencyCode": "USD",
"Amount": 0
},
"ListingPrice": {
"CurrencyCode": "USD",
"Amount": 10
},
"ShippingTime": {
"maximumHours": 48,
"minimumHours": 24,
"availabilityType": "NOW"
},
"ShipsFrom": {
"Country": "US"
},
"PrimeInformation": {
"IsPrime": false,
"IsNationalPrime": false
},
"SubCondition": "new",
"SellerId": "A1EZPZGQPCQEQR",
"IsFeaturedMerchant": true,
"IsBuyBoxWinner": true,
"MyOffer": false,
"IsFulfilledByAmazon": false
},
{
"Shipping": {
"CurrencyCode": "USD",
"Amount": 0
},
"ListingPrice": {
"CurrencyCode": "USD",
"Amount": 10
},
"ShippingTime": {
"maximumHours": 48,
"minimumHours": 24,
"availabilityType": "NOW"
},
"ShipsFrom": {
"Country": "US"
},
"PrimeInformation": {
"IsPrime": false,
"IsNationalPrime": false
},
"SubCondition": "new",
"SellerId": "A2BSRKTUYRBQX7",
"IsFeaturedMerchant": false,
"IsBuyBoxWinner": false,
"MyOffer": false,
"IsFulfilledByAmazon": false
},
{
"Shipping": {
"CurrencyCode": "USD",
"Amount": 0
},
"ListingPrice": {
"CurrencyCode": "USD",
"Amount": 12.99
},
"ShippingTime": {
"maximumHours": 48,
"minimumHours": 24,
"availabilityType": "NOW"
},
"ShipsFrom": {
"Country": "US"
},
"PrimeInformation": {
"IsPrime": false,
"IsNationalPrime": false
},
"SubCondition": "new",
"SellerId": "A14RRT8J7KHRG0",
"IsFeaturedMerchant": false,
"IsBuyBoxWinner": false,
"MyOffer": false,
"IsFulfilledByAmazon": false
},
{
"Shipping": {
"CurrencyCode": "USD",
"Amount": 5
},
"ListingPrice": {
"CurrencyCode": "USD",
"Amount": 10
},
"ShippingTime": {
"maximumHours": 48,
"minimumHours": 24,
"availabilityType": "NOW"
},
"ShipsFrom": {
"Country": "US"
},
"PrimeInformation": {
"IsPrime": false,
"IsNationalPrime": false
},
"SubCondition": "new",
"SellerId": "A29DD74D3MDLD3",
"IsFeaturedMerchant": false,
"IsBuyBoxWinner": false,
"MyOffer": false,
"IsFulfilledByAmazon": false
},
{
"Shipping": {
"CurrencyCode": "USD",
"Amount": 0
},
"ListingPrice": {
"CurrencyCode": "USD",
"Amount": 15
},
"ShippingTime": {
"maximumHours": 48,
"minimumHours": 24,
"availabilityType": "NOW"
},
"ShipsFrom": {
"Country": "US"
},
"PrimeInformation": {
"IsPrime": false,
"IsNationalPrime": false
},
"SubCondition": "new",
"SellerId": "A1EZPZGQPCQEQR",
"IsFeaturedMerchant": true,
"IsBuyBoxWinner": false,
"MyOffer": false,
"IsFulfilledByAmazon": false
},
{
"Shipping": {
"CurrencyCode": "USD",
"Amount": 0
},
"ListingPrice": {
"CurrencyCode": "USD",
"Amount": 17.99
},
"ShippingTime": {
"maximumHours": 0,
"minimumHours": 0,
"availabilityType": "NOW"
},
"ShipsFrom": {
"Country": "US"
},
"PrimeInformation": {
"IsPrime": true,
"IsNationalPrime": true
},
"SubCondition": "new",
"SellerId": "A1OHOT6VONX3KA",
"IsFeaturedMerchant": true,
"IsBuyBoxWinner": false,
"MyOffer": false,
"IsFulfilledByAmazon": true
},
{
"Shipping": {
"CurrencyCode": "USD",
"Amount": 0
},
"ListingPrice": {
"CurrencyCode": "USD",
"Amount": 23
},
"ShippingTime": {
"maximumHours": 48,
"minimumHours": 24,
"availabilityType": "NOW"
},
"ShipsFrom": {
"Country": "US"
},
"PrimeInformation": {
"IsPrime": false,
"IsNationalPrime": false
},
"SubCondition": "new",
"SellerId": "A2NO69NJS5R7BW",
"IsFeaturedMerchant": false,
"IsBuyBoxWinner": false,
"MyOffer": false,
"IsFulfilledByAmazon": false
},
{
"Shipping": {
"CurrencyCode": "USD",
"Amount": 0
},
"ListingPrice": {
"CurrencyCode": "USD",
"Amount": 23
},
"ShippingTime": {
"maximumHours": 48,
"minimumHours": 24,
"availabilityType": "NOW"
},
"ShipsFrom": {
"Country": "US"
},
"PrimeInformation": {
"IsPrime": false,
"IsNationalPrime": false
},
"SubCondition": "new",
"SellerId": "A3J2OPDM7RLS9A",
"IsFeaturedMerchant": false,
"IsBuyBoxWinner": false,
"MyOffer": false,
"IsFulfilledByAmazon": false
},
{
"Shipping": {
"CurrencyCode": "USD",
"Amount": 0
},
"ListingPrice": {
"CurrencyCode": "USD",
"Amount": 30
},
"ShippingTime": {
"maximumHours": 48,
"minimumHours": 24,
"availabilityType": "NOW"
},
"ShipsFrom": {
"Country": "US"
},
"PrimeInformation": {
"IsPrime": false,
"IsNationalPrime": false
},
"SubCondition": "new",
"SellerId": "AA7AN6LI5ZZMD",
"IsFeaturedMerchant": false,
"IsBuyBoxWinner": false,
"MyOffer": false,
"IsFulfilledByAmazon": false
},
{
"Shipping": {
"CurrencyCode": "USD",
"Amount": 0
},
"ListingPrice": {
"CurrencyCode": "USD",
"Amount": 30
},
"ShippingTime": {
"maximumHours": 24,
"minimumHours": 24,
"availabilityType": "NOW"
},
"ShipsFrom": {
"Country": "US"
},
"PrimeInformation": {
"IsPrime": false,
"IsNationalPrime": false
},
"SubCondition": "new",
"SellerId": "A2SNBFWOFW4SWG",
"IsFeaturedMerchant": false,
"IsBuyBoxWinner": false,
"MyOffer": true,
"IsFulfilledByAmazon": false
},
{
"Shipping": {
"CurrencyCode": "USD",
"Amount": 5
},
"ListingPrice": {
"CurrencyCode": "USD",
"Amount": 30
},
"ShippingTime": {
"maximumHours": 48,
"minimumHours": 24,
"availabilityType": "NOW"
},
"ShipsFrom": {
"Country": "US"
},
"PrimeInformation": {
"IsPrime": false,
"IsNationalPrime": false
},
"SubCondition": "new",
"SellerId": "A29DD74D3MDLD3",
"IsFeaturedMerchant": false,
"IsBuyBoxWinner": false,
"MyOffer": false,
"IsFulfilledByAmazon": false
},
{
"Shipping": {
"CurrencyCode": "USD",
"Amount": 0
},
"ListingPrice": {
"CurrencyCode": "USD",
"Amount": 50
},
"ShippingTime": {
"maximumHours": 48,
"minimumHours": 24,
"availabilityType": "NOW"
},
"ShipsFrom": {
"Country": "US"
},
"PrimeInformation": {
"IsPrime": false,
"IsNationalPrime": false
},
"SubCondition": "new",
"SellerId": "A3D4MFKTUUP0RS",
"IsFeaturedMerchant": false,
"IsBuyBoxWinner": false,
"MyOffer": false,
"IsFulfilledByAmazon": false
},
{
"Shipping": {
"CurrencyCode": "USD",
"Amount": 0
},
"ListingPrice": {
"CurrencyCode": "USD",
"Amount": 1400
},
"ShippingTime": {
"maximumHours": 48,
"minimumHours": 24,
"availabilityType": "NOW"
},
"ShipsFrom": {
"Country": "US"
},
"PrimeInformation": {
"IsPrime": false,
"IsNationalPrime": false
},
"SubCondition": "new",
"SellerId": "A16ZGNLKQR74W7",
"IsFeaturedMerchant": false,
"IsBuyBoxWinner": false,
"MyOffer": false,
"IsFulfilledByAmazon": false
}
],
"marketplaceId": "ATVPDKIKX0DER"
}
},
"headers": {
"x-amzn-RequestId": "ffd73923-1728-4d57-a45b-8e07a5e10366",
"Date": "Tue, 28 Jun 2022 14:18:08 GMT"
},
"request": {
"MarketplaceId": "ATVPDKIKX0DER",
"SellerSKU": "GC-QTMS-SV2I",
"CustomerType": "Consumer",
"ItemCondition": "New"
}
},
{
"status": {
"statusCode": 200,
"reasonPhrase": "OK"
},
"body": {
"payload": {
"SKU": "VT-DEIT-57TQ",
"status": "Success",
"ItemCondition": "New",
"Identifier": {
"MarketplaceId": "ATVPDKIKX0DER",
"ItemCondition": "New",
"SellerSKU": "VT-DEIT-57TQ"
},
"Summary": {
"LowestPrices": [
{
"condition": "new",
"fulfillmentChannel": "Merchant",
"LandedPrice": {
"CurrencyCode": "USD",
"Amount": 14.99
},
"ListingPrice": {
"CurrencyCode": "USD",
"Amount": 10
},
"Shipping": {
"CurrencyCode": "USD",
"Amount": 4.99
}
}
],
"BuyBoxPrices": [
{
"condition": "new",
"LandedPrice": {
"CurrencyCode": "USD",
"Amount": 14.99
},
"ListingPrice": {
"CurrencyCode": "USD",
"Amount": 10
},
"Shipping": {
"CurrencyCode": "USD",
"Amount": 4.99
}
}
],
"NumberOfOffers": [
{
"condition": "new",
"fulfillmentChannel": "Merchant",
"OfferCount": 3
}
],
"BuyBoxEligibleOffers": [
{
"condition": "new",
"fulfillmentChannel": "Merchant"
}
],
"SalesRankings": [
{
"ProductCategoryId": "toy_display_on_website",
"Rank": 6581
},
{
"ProductCategoryId": "14194715011",
"Rank": 11
},
{
"ProductCategoryId": "251975011",
"Rank": 15
}
],
"ListPrice": {
"CurrencyCode": "USD",
"Amount": 36
},
"TotalOfferCount": 3
},
"Offers": [
{
"Shipping": {
"CurrencyCode": "USD",
"Amount": 4.99
},
"ListingPrice": {
"CurrencyCode": "USD",
"Amount": 10
},
"ShippingTime": {
"maximumHours": 48,
"minimumHours": 24,
"availabilityType": "NOW"
},
"ShipsFrom": {
"Country": "US"
},
"PrimeInformation": {
"IsPrime": false,
"IsNationalPrime": false
},
"SubCondition": "new",
"SellerId": "A5LI4TEX5CN80",
"IsFeaturedMerchant": true,
"IsBuyBoxWinner": true,
"MyOffer": false,
"IsFulfilledByAmazon": false
},
{
"Shipping": {
"CurrencyCode": "USD",
"Amount": 0
},
"ListingPrice": {
"CurrencyCode": "USD",
"Amount": 15
},
"ShippingTime": {
"maximumHours": 24,
"minimumHours": 24,
"availabilityType": "NOW"
},
"ShipsFrom": {
"Country": "US"
},
"PrimeInformation": {
"IsPrime": false,
"IsNationalPrime": false
},
"SubCondition": "new",
"SellerId": "A2SNBFWOFW4SWG",
"IsFeaturedMerchant": true,
"IsBuyBoxWinner": false,
"MyOffer": true,
"IsFulfilledByAmazon": false
},
{
"Shipping": {
"CurrencyCode": "USD",
"Amount": 0
},
"ListingPrice": {
"CurrencyCode": "USD",
"Amount": 33
},
"ShippingTime": {
"maximumHours": 48,
"minimumHours": 24,
"availabilityType": "NOW"
},
"ShipsFrom": {
"Country": "US"
},
"PrimeInformation": {
"IsPrime": false,
"IsNationalPrime": false
},
"SubCondition": "new",
"SellerId": "AH2OYH1RAT8PM",
"IsFeaturedMerchant": true,
"IsBuyBoxWinner": false,
"MyOffer": false,
"IsFulfilledByAmazon": false
}
],
"marketplaceId": "ATVPDKIKX0DER"
}
},
"headers": {
"x-amzn-RequestId": "96372776-dae8-4cd3-8edf-c9cd2d708c0c",
"Date": "Tue, 28 Jun 2022 14:18:05 GMT"
},
"request": {
"MarketplaceId": "ATVPDKIKX0DER",
"SellerSKU": "VT-DEIT-57TQ",
"CustomerType": "Consumer",
"ItemCondition": "New"
}
},
{
"status": {
"statusCode": 200,
"reasonPhrase": "OK"
},
"body": {
"payload": {
"SKU": "NA-H7X1-JYTM",
"status": "Success",
"ItemCondition": "New",
"Identifier": {
"MarketplaceId": "ATVPDKIKX0DER",
"ItemCondition": "New",
"SellerSKU": "NA-H7X1-JYTM"
},
"Summary": {
"LowestPrices": [
{
"condition": "used",
"fulfillmentChannel": "Merchant",
"LandedPrice": {
"CurrencyCode": "USD",
"Amount": 18
},
"ListingPrice": {
"CurrencyCode": "USD",
"Amount": 11
},
"Shipping": {
"CurrencyCode": "USD",
"Amount": 7
}
},
{
"condition": "collectible",
"fulfillmentChannel": "Merchant",
"LandedPrice": {
"CurrencyCode": "USD",
"Amount": 10
},
"ListingPrice": {
"CurrencyCode": "USD",
"Amount": 10
},
"Shipping": {
"CurrencyCode": "USD",
"Amount": 0
}
},
{
"condition": "new",
"fulfillmentChannel": "Merchant",
"LandedPrice": {
"CurrencyCode": "USD",
"Amount": 1
},
"ListingPrice": {
"CurrencyCode": "USD",
"Amount": 1
},
"Shipping": {
"CurrencyCode": "USD",
"Amount": 0
}
}
],
"BuyBoxPrices": [
{
"condition": "new",
"LandedPrice": {
"CurrencyCode": "USD",
"Amount": 10
},
"ListingPrice": {
"CurrencyCode": "USD",
"Amount": 5.01
},
"Shipping": {
"CurrencyCode": "USD",
"Amount": 4.99
}
}
],
"NumberOfOffers": [
{
"condition": "used",
"fulfillmentChannel": "Merchant",
"OfferCount": 2
},
{
"condition": "collectible",
"fulfillmentChannel": "Merchant",
"OfferCount": 1
},
{
"condition": "new",
"fulfillmentChannel": "Merchant",
"OfferCount": 11
}
],
"BuyBoxEligibleOffers": [
{
"condition": "used",
"fulfillmentChannel": "Merchant"
},
{
"condition": "collectible",
"fulfillmentChannel": "Merchant"
},
{
"condition": "new",
"fulfillmentChannel": "Merchant"
}
],
"SalesRankings": [
{
"ProductCategoryId": "fashion_display_on_website",
"Rank": 34481
},
{
"ProductCategoryId": "3421050011",
"Rank": 24
}
],
"ListPrice": {
"CurrencyCode": "USD",
"Amount": 10
},
"TotalOfferCount": 14
},
"Offers": [
{
"Shipping": {
"CurrencyCode": "USD",
"Amount": 0
},
"ListingPrice": {
"CurrencyCode": "USD",
"Amount": 1
},
"ShippingTime": {
"maximumHours": 720,
"minimumHours": 504,
"availabilityType": "NOW"
},
"ShipsFrom": {
"Country": "US"
},
"PrimeInformation": {
"IsPrime": false,
"IsNationalPrime": false
},
"SubCondition": "new",
"SellerId": "AFQSGY2BVBPU2",
"IsFeaturedMerchant": false,
"IsBuyBoxWinner": false,
"MyOffer": false,
"IsFulfilledByAmazon": false
},
{
"Shipping": {
"CurrencyCode": "USD",
"Amount": 0
},
"ListingPrice": {
"CurrencyCode": "USD",
"Amount": 3.5
},
"ShippingTime": {
"maximumHours": 48,
"minimumHours": 24,
"availabilityType": "NOW"
},
"ShipsFrom": {
"Country": "US"
},
"PrimeInformation": {
"IsPrime": false,
"IsNationalPrime": false
},
"SubCondition": "new",
"SellerId": "ARLPNLRVRA0WL",
"IsFeaturedMerchant": false,
"IsBuyBoxWinner": false,
"MyOffer": false,
"IsFulfilledByAmazon": false
},
{
"Shipping": {
"CurrencyCode": "USD",
"Amount": 0
},
"ListingPrice": {
"CurrencyCode": "USD",
"Amount": 5
},
"ShippingTime": {
"maximumHours": 48,
"minimumHours": 24,
"availabilityType": "NOW"
},
"ShipsFrom": {
"Country": "US"
},
"PrimeInformation": {
"IsPrime": false,
"IsNationalPrime": false
},
"SubCondition": "new",
"SellerId": "A3QO25ZNO05UF8",
"IsFeaturedMerchant": false,
"IsBuyBoxWinner": false,
"MyOffer": false,
"IsFulfilledByAmazon": false
},
{
"Shipping": {
"CurrencyCode": "USD",
"Amount": 0
},
"ListingPrice": {
"CurrencyCode": "USD",
"Amount": 5
},
"ShippingTime": {
"maximumHours": 48,
"minimumHours": 24,
"availabilityType": "NOW"
},
"ShipsFrom": {
"Country": "US"
},
"PrimeInformation": {
"IsPrime": true,
"IsNationalPrime": true
},
"SubCondition": "new",
"SellerId": "AQBXQGCOQTJS6",
"IsFeaturedMerchant": false,
"IsBuyBoxWinner": false,
"MyOffer": false,
"IsFulfilledByAmazon": false
},
{
"Shipping": {
"CurrencyCode": "USD",
"Amount": 0
},
"ListingPrice": {
"CurrencyCode": "USD",
"Amount": 5.5
},
"ShippingTime": {
"maximumHours": 48,
"minimumHours": 24,
"availabilityType": "NOW"
},
"ShipsFrom": {
"Country": "US"
},
"PrimeInformation": {
"IsPrime": false,
"IsNationalPrime": false
},
"SubCondition": "new",
"SellerId": "ATAQTPUEAJ499",
"IsFeaturedMerchant": false,
"IsBuyBoxWinner": false,
"MyOffer": false,
"IsFulfilledByAmazon": false
},
{
"Shipping": {
"CurrencyCode": "USD",
"Amount": 4.99
},
"ListingPrice": {
"CurrencyCode": "USD",
"Amount": 5.01
},
"ShippingTime": {
"maximumHours": 48,
"minimumHours": 24,
"availabilityType": "NOW"
},
"ShipsFrom": {
"Country": "US"
},
"PrimeInformation": {
"IsPrime": false,
"IsNationalPrime": false
},
"SubCondition": "new",
"SellerId": "AEMQJEQHIGU8X",
"IsFeaturedMerchant": true,
"IsBuyBoxWinner": true,
"MyOffer": false,
"IsFulfilledByAmazon": false
},
{
"Shipping": {
"CurrencyCode": "USD",
"Amount": 0
},
"ListingPrice": {
"CurrencyCode": "USD",
"Amount": 10
},
"ShippingTime": {
"maximumHours": 48,
"minimumHours": 24,
"availabilityType": "NOW"
},
"ShipsFrom": {
"Country": "US"
},
"PrimeInformation": {
"IsPrime": false,
"IsNationalPrime": false
},
"SubCondition": "new",
"SellerId": "A3GAR3KWWUHTHC",
"IsFeaturedMerchant": false,
"IsBuyBoxWinner": false,
"MyOffer": false,
"IsFulfilledByAmazon": false
},
{
"Shipping": {
"CurrencyCode": "USD",
"Amount": 0
},
"ListingPrice": {
"CurrencyCode": "USD",
"Amount": 12
},
"ShippingTime": {
"maximumHours": 48,
"minimumHours": 24,
"availabilityType": "NOW"
},
"ShipsFrom": {
"Country": "US"
},
"PrimeInformation": {
"IsPrime": false,
"IsNationalPrime": false
},
"SubCondition": "new",
"SellerId": "A2YE02EFDC36RW",
"IsFeaturedMerchant": false,
"IsBuyBoxWinner": false,
"MyOffer": false,
"IsFulfilledByAmazon": false
},
{
"Shipping": {
"CurrencyCode": "USD",
"Amount": 0
},
"ListingPrice": {
"CurrencyCode": "USD",
"Amount": 20
},
"ShippingTime": {
"maximumHours": 48,
"minimumHours": 24,
"availabilityType": "NOW"
},
"ShipsFrom": {
"Country": "US"
},
"PrimeInformation": {
"IsPrime": false,
"IsNationalPrime": false
},
"SubCondition": "new",
"SellerId": "A17VVVVNIJPQI4",
"IsFeaturedMerchant": true,
"IsBuyBoxWinner": false,
"MyOffer": false,
"IsFulfilledByAmazon": false
},
{
"Shipping": {
"CurrencyCode": "USD",
"Amount": 0
},
"ListingPrice": {
"CurrencyCode": "USD",
"Amount": 50
},
"ShippingTime": {
"maximumHours": 24,
"minimumHours": 24,
"availabilityType": "NOW"
},
"ShipsFrom": {
"Country": "US"
},
"PrimeInformation": {
"IsPrime": true,
"IsNationalPrime": false
},
"SubCondition": "new",
"SellerId": "A3ALR9P0658YQT",
"IsFeaturedMerchant": false,
"IsBuyBoxWinner": false,
"MyOffer": false,
"IsFulfilledByAmazon": false
},
{
"Shipping": {
"CurrencyCode": "USD",
"Amount": 0
},
"ListingPrice": {
"CurrencyCode": "USD",
"Amount": 100
},
"ShippingTime": {
"maximumHours": 48,
"minimumHours": 24,
"availabilityType": "NOW"
},
"ShipsFrom": {
"Country": "US"
},
"PrimeInformation": {
"IsPrime": false,
"IsNationalPrime": false
},
"SubCondition": "new",
"SellerId": "A35LOCZQ3NFRAA",
"IsFeaturedMerchant": false,
"IsBuyBoxWinner": false,
"MyOffer": false,
"IsFulfilledByAmazon": false
}
],
"marketplaceId": "ATVPDKIKX0DER"
}
},
"headers": {
"x-amzn-RequestId": "0160ecba-a238-40ba-8ef9-647e9a0baf55",
"Date": "Tue, 28 Jun 2022 14:18:05 GMT"
},
"request": {
"MarketplaceId": "ATVPDKIKX0DER",
"SellerSKU": "NA-H7X1-JYTM",
"CustomerType": "Consumer",
"ItemCondition": "New"
}
},
{
"status": {
"statusCode": 200,
"reasonPhrase": "OK"
},
"body": {
"payload": {
"SKU": "RL-JVOC-MBSL",
"status": "Success",
"ItemCondition": "New",
"Identifier": {
"MarketplaceId": "ATVPDKIKX0DER",
"ItemCondition": "New",
"SellerSKU": "RL-JVOC-MBSL"
},
"Summary": {
"LowestPrices": [
{
"condition": "new",
"fulfillmentChannel": "Merchant",
"LandedPrice": {
"CurrencyCode": "USD",
"Amount": 10
},
"ListingPrice": {
"CurrencyCode": "USD",
"Amount": 10
},
"Shipping": {
"CurrencyCode": "USD",
"Amount": 0
}
}
],
"NumberOfOffers": [
{
"condition": "new",
"fulfillmentChannel": "Merchant",
"OfferCount": 3
}
],
"BuyBoxEligibleOffers": [
{
"condition": "new",
"fulfillmentChannel": "Merchant"
}
],
"SalesRankings": [
{
"ProductCategoryId": "sports_display_on_website",
"Rank": 232244
},
{
"ProductCategoryId": "3395921",
"Rank": 242
},
{
"ProductCategoryId": "19574752011",
"Rank": 1579
}
],
"ListPrice": {
"CurrencyCode": "USD",
"Amount": 25
},
"TotalOfferCount": 3
},
"Offers": [
{
"Shipping": {
"CurrencyCode": "USD",
"Amount": 0
},
"ListingPrice": {
"CurrencyCode": "USD",
"Amount": 10
},
"ShippingTime": {
"maximumHours": 48,
"minimumHours": 24,
"availabilityType": "NOW"
},
"ShipsFrom": {
"Country": "US"
},
"PrimeInformation": {
"IsPrime": false,
"IsNationalPrime": false
},
"SubCondition": "new",
"SellerId": "A3TH9S8BH6GOGM",
"IsFeaturedMerchant": false,
"IsBuyBoxWinner": false,
"MyOffer": false,
"IsFulfilledByAmazon": false
},
{
"Shipping": {
"CurrencyCode": "USD",
"Amount": 3.99
},
"ListingPrice": {
"CurrencyCode": "USD",
"Amount": 9.99
},
"ShippingTime": {
"maximumHours": 48,
"minimumHours": 24,
"availabilityType": "NOW"
},
"ShipsFrom": {
"Country": "US"
},
"PrimeInformation": {
"IsPrime": false,
"IsNationalPrime": false
},
"SubCondition": "new",
"SellerId": "A09263691NO8MK5LA75X2",
"IsFeaturedMerchant": false,
"IsBuyBoxWinner": false,
"MyOffer": false,
"IsFulfilledByAmazon": false
},
{
"Shipping": {
"CurrencyCode": "USD",
"Amount": 0
},
"ListingPrice": {
"CurrencyCode": "USD",
"Amount": 20
},
"ShippingTime": {
"maximumHours": 24,
"minimumHours": 24,
"availabilityType": "NOW"
},
"ShipsFrom": {
"Country": "US"
},
"PrimeInformation": {
"IsPrime": false,
"IsNationalPrime": false
},
"SubCondition": "new",
"SellerId": "A2SNBFWOFW4SWG",
"IsFeaturedMerchant": false,
"IsBuyBoxWinner": false,
"MyOffer": true,
"IsFulfilledByAmazon": false
}
],
"marketplaceId": "ATVPDKIKX0DER"
}
},
"headers": {
"x-amzn-RequestId": "09d9fb32-661e-44f3-ac59-b2f91bb3d88e",
"Date": "Tue, 28 Jun 2022 14:18:05 GMT"
},
"request": {
"MarketplaceId": "ATVPDKIKX0DER",
"SellerSKU": "RL-JVOC-MBSL",
"CustomerType": "Consumer",
"ItemCondition": "New"
}
},
{
"status": {
"statusCode": 200,
"reasonPhrase": "OK"
},
"body": {
"payload": {
"SKU": "74-64KG-H9W9",
"status": "Success",
"ItemCondition": "New",
"Identifier": {
"MarketplaceId": "ATVPDKIKX0DER",
"ItemCondition": "New",
"SellerSKU": "74-64KG-H9W9"
},
"Summary": {
"LowestPrices": [
{
"condition": "collectible",
"fulfillmentChannel": "Merchant",
"LandedPrice": {
"CurrencyCode": "USD",
"Amount": 200
},
"ListingPrice": {
"CurrencyCode": "USD",
"Amount": 200
},
"Shipping": {
"CurrencyCode": "USD",
"Amount": 0
}
},
{
"condition": "new",
"fulfillmentChannel": "Merchant",
"LandedPrice": {
"CurrencyCode": "USD",
"Amount": 12
},
"ListingPrice": {
"CurrencyCode": "USD",
"Amount": 12
},
"Shipping": {
"CurrencyCode": "USD",
"Amount": 0
}
}
],
"NumberOfOffers": [
{
"condition": "collectible",
"fulfillmentChannel": "Merchant",
"OfferCount": 1
},
{
"condition": "new",
"fulfillmentChannel": "Merchant",
"OfferCount": 2
}
],
"BuyBoxEligibleOffers": [
{
"condition": "collectible",
"fulfillmentChannel": "Merchant"
},
{
"condition": "new",
"fulfillmentChannel": "Merchant"
}
],
"SalesRankings": [
{
"ProductCategoryId": "video_games_display_on_website",
"Rank": 2597
},
{
"ProductCategoryId": "19497044011",
"Rank": 33
},
{
"ProductCategoryId": "14670126011",
"Rank": 45
}
],
"ListPrice": {
"CurrencyCode": "USD",
"Amount": 399
},
"TotalOfferCount": 3
},
"Offers": [
{
"Shipping": {
"CurrencyCode": "USD",
"Amount": 0
},
"ListingPrice": {
"CurrencyCode": "USD",
"Amount": 12
},
"ShippingTime": {
"maximumHours": 48,
"minimumHours": 24,
"availabilityType": "NOW"
},
"ShipsFrom": {
"Country": "US"
},
"PrimeInformation": {
"IsPrime": false,
"IsNationalPrime": false
},
"SubCondition": "new",
"SellerId": "A3TH9S8BH6GOGM",
"IsFeaturedMerchant": false,
"IsBuyBoxWinner": false,
"MyOffer": false,
"IsFulfilledByAmazon": false
},
{
"Shipping": {
"CurrencyCode": "USD",
"Amount": 0
},
"ListingPrice": {
"CurrencyCode": "USD",
"Amount": 20
},
"ShippingTime": {
"maximumHours": 24,
"minimumHours": 24,
"availabilityType": "NOW"
},
"ShipsFrom": {
"Country": "US"
},
"PrimeInformation": {
"IsPrime": false,
"IsNationalPrime": false
},
"SubCondition": "new",
"SellerId": "A2SNBFWOFW4SWG",
"IsFeaturedMerchant": false,
"IsBuyBoxWinner": false,
"MyOffer": true,
"IsFulfilledByAmazon": false
}
],
"marketplaceId": "ATVPDKIKX0DER"
}
},
"headers": {
"x-amzn-RequestId": "0df944c2-6de5-48d1-9c9c-df138c00e797",
"Date": "Tue, 28 Jun 2022 14:18:05 GMT"
},
"request": {
"MarketplaceId": "ATVPDKIKX0DER",
"SellerSKU": "74-64KG-H9W9",
"CustomerType": "Consumer",
"ItemCondition": "New"
}
}
]
}
}
]
},
"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."
}
},
"x-amzn-api-sandbox": {
"static": [
{
"request": {
"parameters": {
"body": {
"value": {
"requests": [
{
"uri": "/products/pricing/v0/listings/GC-QTMS-SV2I/offers",
"method": "GET",
"MarketplaceId": "ATVPDKIKX0DER",
"ItemCondition": "New",
"CustomerType": "Consumer"
}
]
}
}
}
},
"response": {
"errors": [
{
"code": "InvalidInput",
"message": "Invalid Input"
}
]
}
}
]
}
},
"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 `getListingOffers` batched requests to run.",
"type": "array",
"items": {
"$ref": "#/definitions/ListingOffersRequest"
},
"minItems": 1,
"maxItems": 20
},
"ItemOffersRequestList": {
"description": "A list of `getListingOffers` 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": {
"description": "Filters the offer listings to be considered based on item condition. Possible values: New, Used, Collectible, Refurbished, Club.",
"$ref": "#/definitions/ItemCondition"
},
"CustomerType": {
"description": "Indicates whether to request Consumer or Business offers. Default is Consumer.",
"$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": {
"payload": {
"description": "The payload for the getPricing and getCompetitivePricing operations.",
"$ref": "#/definitions/PriceList"
},
"errors": {
"description": "One or more unexpected errors occurred during the operation.",
"$ref": "#/definitions/ErrorList"
}
},
"description": "The response schema for the `getPricing` and `getCompetitivePricing` operations."
},
"GetOffersResponse": {
"type": "object",
"properties": {
"payload": {
"description": "The payload for the `getListingOffers` and `getItemOffers` operations.",
"$ref": "#/definitions/GetOffersResult"
},
"errors": {
"description": "One or more unexpected errors occurred during the operation.",
"$ref": "#/definitions/ErrorList"
}
},
"description": "The response schema for the `getListingOffers` and `getItemOffers` operations."
},
"PriceList": {
"type": "array",
"items": {
"$ref": "#/definitions/Price"
},
"maxItems": 20
},
"GetOffersResult": {
"type": "object",
"required": [
"Identifier",
"ItemCondition",
"MarketplaceID",
"Offers",
"Summary",
"status"
],
"properties": {
"MarketplaceID": {
"type": "string",
"description": "A marketplace identifier."
},
"ASIN": {
"type": "string",
"description": "The Amazon Standard Identification Number (ASIN) of the item."
},
"SKU": {
"type": "string",
"description": "The stock keeping unit (SKU) of the item."
},
"ItemCondition": {
"description": "The condition of the item.",
"$ref": "#/definitions/ConditionType"
},
"status": {
"type": "string",
"description": "The status of the operation."
},
"Identifier": {
"description": "Metadata that identifies the item.",
"$ref": "#/definitions/ItemIdentifier"
},
"Summary": {
"description": "Pricing information about the item.",
"$ref": "#/definitions/Summary"
},
"Offers": {
"description": "A list of offer details. The list is the same length as the TotalOfferCount in the Summary or 20, whichever is less.",
"$ref": "#/definitions/OfferDetailList"
}
}
},
"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 resource path of the operation you are calling in batch without any query parameters.\n\nIf you are calling `getItemOffersBatch`, supply the path of `getItemOffers`.\n\n**Example:** `/products/pricing/v0/items/B000P6Q7MY/offers`\n\nIf you are calling `getListingOffersBatch`, supply the path of `getListingOffers`.\n\n**Example:** `/products/pricing/v0/listings/B000P6Q7MY/offers`"
},
"method": {
"$ref": "#/definitions/HttpMethod"
},
"headers": {
"$ref": "#/definitions/HttpRequestHeaders"
}
}
},
"Price": {
"type": "object",
"required": [
"status"
],
"properties": {
"status": {
"type": "string",
"description": "The status of the operation."
},
"SellerSKU": {
"type": "string",
"description": "The seller stock keeping unit (SKU) of the item."
},
"ASIN": {
"type": "string",
"description": "The Amazon Standard Identification Number (ASIN) of the item."
},
"Product": {
"$ref": "#/definitions/Product"
}
}
},
"Product": {
"type": "object",
"required": [
"Identifiers"
],
"properties": {
"Identifiers": {
"$ref": "#/definitions/IdentifierType"
},
"AttributeSets": {
"$ref": "#/definitions/AttributeSetList"
},
"Relationships": {
"$ref": "#/definitions/RelationshipList"
},
"CompetitivePricing": {
"$ref": "#/definitions/CompetitivePricingType"
},
"SalesRankings": {
"$ref": "#/definitions/SalesRankList"
},
"Offers": {
"$ref": "#/definitions/OffersList"
}
},
"description": "An item."
},
"IdentifierType": {
"type": "object",
"required": [
"MarketplaceASIN"
],
"properties": {
"MarketplaceASIN": {
"description": "Indicates the item is identified by MarketPlaceId and ASIN.",
"$ref": "#/definitions/ASINIdentifier"
},
"SKUIdentifier": {
"description": "Indicates the item is identified by MarketPlaceId, SellerId, and SellerSKU.",
"$ref": "#/definitions/SellerSKUIdentifier"
}
},
"description": "Specifies the identifiers used to uniquely identify an item."
},
"ASINIdentifier": {
"type": "object",
"required": [
"ASIN",
"MarketplaceId"
],
"properties": {
"MarketplaceId": {
"type": "string",
"description": "A marketplace identifier."
},
"ASIN": {
"type": "string",
"description": "The Amazon Standard Identification Number (ASIN) of the item."
}
}
},
"SellerSKUIdentifier": {
"type": "object",
"required": [
"MarketplaceId",
"SellerId",
"SellerSKU"
],
"properties": {
"MarketplaceId": {
"type": "string",
"description": "A marketplace identifier."
},
"SellerId": {
"type": "string",
"description": "The seller identifier submitted for the operation."
},
"SellerSKU": {
"type": "string",
"description": "The seller stock keeping unit (SKU) of the item."
}
}
},
"AttributeSetList": {
"type": "array",
"description": "A list of product attributes if they are applicable to the product that is returned.",
"items": {
"type": "object"
}
},
"RelationshipList": {
"type": "array",
"description": "A list that contains product variation information, if applicable.",
"items": {
"type": "object"
}
},
"CompetitivePricingType": {
"type": "object",
"required": [
"CompetitivePrices",
"NumberOfOfferListings"
],
"properties": {
"CompetitivePrices": {
"$ref": "#/definitions/CompetitivePriceList"
},
"NumberOfOfferListings": {
"$ref": "#/definitions/NumberOfOfferListingsList"
},
"TradeInValue": {
"description": "The trade-in value of the item in the trade-in program.",
"$ref": "#/definitions/MoneyType"
}
},
"description": "Competitive pricing information for the item."
},
"CompetitivePriceList": {
"type": "array",
"description": "A list of competitive pricing information.",
"items": {
"$ref": "#/definitions/CompetitivePriceType"
}
},
"CompetitivePriceType": {
"type": "object",
"required": [
"CompetitivePriceId",
"Price"
],
"properties": {
"CompetitivePriceId": {
"type": "string",
"description": "The pricing model for each price that is returned.\n\nPossible values:\n\n* 1 - New Buy Box Price.\n* 2 - Used Buy Box Price."
},
"Price": {
"description": "Pricing information for a given CompetitivePriceId value.",
"$ref": "#/definitions/PriceType"
},
"condition": {
"type": "string",
"description": "Indicates the condition of the item whose pricing information is returned. Possible values are: New, Used, Collectible, Refurbished, or Club."
},
"subcondition": {
"type": "string",
"description": "Indicates the subcondition of the item whose pricing information is returned. Possible values are: New, Mint, Very Good, Good, Acceptable, Poor, Club, OEM, Warranty, Refurbished Warranty, Refurbished, Open Box, or Other."
},
"offerType": {
"description": "Indicates the type of customer that the offer is valid for.<br><br>When the offer type is B2C in a quantity discount, the seller is winning the Buy Box because others do not have inventory at that quantity, not because they have a quantity discount on the ASIN.",
"$ref": "#/definitions/OfferCustomerType"
},
"quantityTier": {
"type": "integer",
"format": "int32",
"description": "Indicates at what quantity this price becomes active."
},
"quantityDiscountType": {
"description": "Indicates the type of quantity discount this price applies to.",
"$ref": "#/definitions/QuantityDiscountType"
},
"sellerId": {
"type": "string",
"description": "The seller identifier for the offer."
},
"belongsToRequester": {
"type": "boolean",
"description": " Indicates whether or not the pricing information is for an offer listing that belongs to the requester. The requester is the seller associated with the SellerId that was submitted with the request. Possible values are: true and false."
}
}
},
"NumberOfOfferListingsList": {
"type": "array",
"description": "The number of active offer listings for the item that was submitted. The listing count is returned by condition, one for each listing condition value that is returned.",
"items": {
"$ref": "#/definitions/OfferListingCountType"
}
},
"OfferListingCountType": {
"type": "object",
"required": [
"Count",
"condition"
],
"properties": {
"Count": {
"type": "integer",
"format": "int32",
"description": "The number of offer listings."
},
"condition": {
"type": "string",
"description": "The condition of the item."
}
},
"description": "The number of offer listings with the specified condition."
},
"MoneyType": {
"type": "object",
"properties": {
"CurrencyCode": {
"type": "string",
"description": "The currency code in ISO 4217 format."
},
"Amount": {
"type": "number",
"description": "The monetary value."
}
}
},
"SalesRankList": {
"type": "array",
"description": "A list of sales rank information for the item, by category.",
"items": {
"$ref": "#/definitions/SalesRankType"
}
},
"SalesRankType": {
"type": "object",
"required": [
"ProductCategoryId",
"Rank"
],
"properties": {
"ProductCategoryId": {
"type": "string",
"description": " Identifies the item category from which the sales rank is taken."
},
"Rank": {
"type": "integer",
"format": "int32",
"description": "The sales rank of the item within the item category."
}
}
},
"PriceType": {
"type": "object",
"required": [
"ListingPrice"
],
"properties": {
"LandedPrice": {
"description": "The value calculated by adding ListingPrice + Shipping - Points. Note that if the landed price is not returned, the listing price represents the product with the lowest landed price.",
"$ref": "#/definitions/MoneyType"
},
"ListingPrice": {
"description": "The listing price of the item including any promotions that apply.",
"$ref": "#/definitions/MoneyType"
},
"Shipping": {
"description": "The shipping cost of the product. Note that the shipping cost is not always available.",
"$ref": "#/definitions/MoneyType"
},
"Points": {
"description": "The number of Amazon Points offered with the purchase of an item, and their monetary value.",
"$ref": "#/definitions/Points"
}
}
},
"OffersList": {
"type": "array",
"description": "A list of offers.",
"items": {
"$ref": "#/definitions/OfferType"
}
},
"OfferType": {
"type": "object",
"required": [
"BuyingPrice",
"FulfillmentChannel",
"ItemCondition",
"ItemSubCondition",
"RegularPrice",
"SellerSKU"
],
"properties": {
"offerType": {
"description": "Indicates the type of customer that the offer is valid for.",
"$ref": "#/definitions/OfferCustomerType"
},
"BuyingPrice": {
"description": "Contains pricing information that includes promotions and contains the shipping cost.",
"$ref": "#/definitions/PriceType"
},
"RegularPrice": {
"description": "The current price excluding any promotions that apply to the product. Excludes the shipping cost.",
"$ref": "#/definitions/MoneyType"
},
"businessPrice": {
"description": "The current listing price for Business buyers.",
"$ref": "#/definitions/MoneyType"
},
"quantityDiscountPrices": {
"type": "array",
"items": {
"$ref": "#/definitions/QuantityDiscountPriceType"
}
},
"FulfillmentChannel": {
"type": "string",
"description": "The fulfillment channel for the offer listing. Possible values:\n\n* Amazon - Fulfilled by Amazon.\n* Merchant - Fulfilled by the seller."
},
"ItemCondition": {
"type": "string",
"description": "The item condition for the offer listing. Possible values: New, Used, Collectible, Refurbished, or Club."
},
"ItemSubCondition": {
"type": "string",
"description": "The item subcondition for the offer listing. Possible values: New, Mint, Very Good, Good, Acceptable, Poor, Club, OEM, Warranty, Refurbished Warranty, Refurbished, Open Box, or Other."
},
"SellerSKU": {
"type": "string",
"description": "The seller stock keeping unit (SKU) of the item."
}
}
},
"OfferCustomerType": {
"type": "string",
"enum": [
"B2C",
"B2B"
],
"x-docgen-enum-table-extension": [
{
"value": "B2C",
"description": "B2C"
},
{
"value": "B2B",
"description": "B2B"
}
]
},
"QuantityDiscountPriceType": {
"type": "object",
"description": "Contains pricing information that includes special pricing when buying in bulk.",
"required": [
"quantityTier",
"quantityDiscountType",
"listingPrice"
],
"properties": {
"quantityTier": {
"type": "integer",
"format": "int32",
"description": "Indicates at what quantity this price becomes active."
},
"quantityDiscountType": {
"description": "Indicates the type of quantity discount this price applies to.",
"$ref": "#/definitions/QuantityDiscountType"
},
"listingPrice": {
"description": "The price at this quantity tier.",
"$ref": "#/definitions/MoneyType"
}
}
},
"QuantityDiscountType": {
"type": "string",
"enum": [
"QUANTITY_DISCOUNT"
],
"x-docgen-enum-table-extension": [
{
"value": "QUANTITY_DISCOUNT",
"description": "Quantity Discount"
}
]
},
"Points": {
"type": "object",
"properties": {
"PointsNumber": {
"type": "integer",
"format": "int32",
"description": "The number of points."
},
"PointsMonetaryValue": {
"description": "The monetary value of the points.",
"$ref": "#/definitions/MoneyType"
}
}
},
"ConditionType": {
"type": "string",
"description": "Indicates the condition of the item. Possible values: New, Used, Collectible, Refurbished, Club.",
"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"
}
]
},
"ItemIdentifier": {
"type": "object",
"required": [
"ItemCondition",
"MarketplaceId"
],
"properties": {
"MarketplaceId": {
"type": "string",
"description": "A marketplace identifier. Specifies the marketplace from which prices are returned."
},
"ASIN": {
"type": "string",
"description": "The Amazon Standard Identification Number (ASIN) of the item."
},
"SellerSKU": {
"type": "string",
"description": "The seller stock keeping unit (SKU) of the item."
},
"ItemCondition": {
"description": "The condition of the item.",
"$ref": "#/definitions/ConditionType"
}
},
"description": "Information that identifies an item."
},
"Summary": {
"type": "object",
"required": [
"TotalOfferCount"
],
"properties": {
"TotalOfferCount": {
"type": "integer",
"format": "int32",
"description": "The number of unique offers contained in NumberOfOffers."
},
"NumberOfOffers": {
"description": "A list that contains the total number of offers for the item for the given conditions and fulfillment channels.",
"$ref": "#/definitions/NumberOfOffers"
},
"LowestPrices": {
"description": "A list of the lowest prices for the item.",
"$ref": "#/definitions/LowestPrices"
},
"BuyBoxPrices": {
"description": "A list of item prices.",
"$ref": "#/definitions/BuyBoxPrices"
},
"ListPrice": {
"description": "The list price of the item as suggested by the manufacturer.",
"$ref": "#/definitions/MoneyType"
},
"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"
},
"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": {
"description": "A list that contains the sales rank of the item in the given product categories.",
"$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.",
"$ref": "#/definitions/BuyBoxEligibleOffers"
},
"OffersAvailableTime": {
"type": "string",
"format": "date-time",
"description": "When the status is ActiveButTooSoonForProcessing, this is the time when the offers will be available for processing."
}
},
"description": "Contains price information about the product, including the LowestPrices and BuyBoxPrices, the ListPrice, the SuggestedLowerPricePlusShipping, and NumberOfOffers and NumberOfBuyBoxEligibleOffers."
},
"BuyBoxEligibleOffers": {
"type": "array",
"items": {
"$ref": "#/definitions/OfferCountType"
}
},
"BuyBoxPrices": {
"type": "array",
"items": {
"$ref": "#/definitions/BuyBoxPriceType"
}
},
"LowestPrices": {
"type": "array",
"items": {
"$ref": "#/definitions/LowestPriceType"
}
},
"NumberOfOffers": {
"type": "array",
"items": {
"$ref": "#/definitions/OfferCountType"
}
},
"OfferCountType": {
"type": "object",
"properties": {
"condition": {
"type": "string",
"description": "Indicates the condition of the item. For example: New, Used, Collectible, Refurbished, or Club."
},
"fulfillmentChannel": {
"description": "Indicates whether the item is fulfilled by Amazon or by the seller.",
"$ref": "#/definitions/FulfillmentChannelType"
},
"OfferCount": {
"type": "integer",
"format": "int32",
"description": "The number of offers in a fulfillment channel that meet a specific condition."
}
},
"description": "The total number of offers for the specified condition and fulfillment channel."
},
"FulfillmentChannelType": {
"type": "string",
"description": "Indicates whether the item is fulfilled by Amazon or by the seller (merchant).",
"enum": [
"Amazon",
"Merchant"
],
"x-docgen-enum-table-extension": [
{
"value": "Amazon",
"description": "Fulfilled by Amazon."
},
{
"value": "Merchant",
"description": "Fulfilled by the seller."
}
]
},
"LowestPriceType": {
"type": "object",
"required": [
"ListingPrice",
"condition",
"fulfillmentChannel"
],
"properties": {
"condition": {
"type": "string",
"description": "Indicates the condition of the item. For example: New, Used, Collectible, Refurbished, or Club."
},
"fulfillmentChannel": {
"type": "string",
"description": "Indicates whether the item is fulfilled by Amazon or by the seller."
},
"offerType": {
"description": "Indicates the type of customer that the offer is valid for.",
"$ref": "#/definitions/OfferCustomerType"
},
"quantityTier": {
"type": "integer",
"format": "int32",
"description": "Indicates at what quantity this price becomes active."
},
"quantityDiscountType": {
"description": "Indicates the type of quantity discount this price applies to.",
"$ref": "#/definitions/QuantityDiscountType"
},
"LandedPrice": {
"description": "The value calculated by adding ListingPrice + Shipping - Points.",
"$ref": "#/definitions/MoneyType"
},
"ListingPrice": {
"description": "The price of the item.",
"$ref": "#/definitions/MoneyType"
},
"Shipping": {
"description": "The shipping cost.",
"$ref": "#/definitions/MoneyType"
},
"Points": {
"description": "The number of Amazon Points offered with the purchase of an item.",
"$ref": "#/definitions/Points"
}
}
},
"BuyBoxPriceType": {
"type": "object",
"required": [
"LandedPrice",
"ListingPrice",
"Shipping",
"condition"
],
"properties": {
"condition": {
"type": "string",
"description": "Indicates the condition of the item. For example: New, Used, Collectible, Refurbished, or Club."
},
"offerType": {
"description": "Indicates the type of customer that the offer is valid for.<br><br>When the offer type is B2C in a quantity discount, the seller is winning the Buy Box because others do not have inventory at that quantity, not because they have a quantity discount on the ASIN.",
"$ref": "#/definitions/OfferCustomerType"
},
"quantityTier": {
"type": "integer",
"format": "int32",
"description": "Indicates at what quantity this price becomes active."
},
"quantityDiscountType": {
"description": "Indicates the type of quantity discount this price applies to.",
"$ref": "#/definitions/QuantityDiscountType"
},
"LandedPrice": {
"description": "The value calculated by adding ListingPrice + Shipping - Points.",
"$ref": "#/definitions/MoneyType"
},
"ListingPrice": {
"description": "The price of the item.",
"$ref": "#/definitions/MoneyType"
},
"Shipping": {
"description": "The shipping cost.",
"$ref": "#/definitions/MoneyType"
},
"Points": {
"description": "The number of Amazon Points offered with the purchase of an item.",
"$ref": "#/definitions/Points"
},
"sellerId": {
"type": "string",
"description": "The seller identifier for the offer."
}
}
},
"OfferDetailList": {
"type": "array",
"items": {
"$ref": "#/definitions/OfferDetail"
},
"maxItems": 20
},
"OfferDetail": {
"type": "object",
"required": [
"IsFulfilledByAmazon",
"ListingPrice",
"Shipping",
"ShippingTime",
"SubCondition"
],
"properties": {
"MyOffer": {
"type": "boolean",
"description": "When true, this is the seller's offer."
},
"offerType": {
"description": "Indicates the type of customer that the offer is valid for.",
"$ref": "#/definitions/OfferCustomerType"
},
"SubCondition": {
"type": "string",
"description": "The subcondition of the item. Subcondition values: New, Mint, Very Good, Good, Acceptable, Poor, Club, OEM, Warranty, Refurbished Warranty, Refurbished, Open Box, or Other."
},
"SellerId": {
"description": "The seller identifier for the offer.",
"type": "string"
},
"ConditionNotes": {
"description": "Information about the condition of the item.",
"type": "string"
},
"SellerFeedbackRating": {
"description": "Information about the seller's feedback, including the percentage of positive feedback, and the total number of ratings received.",
"$ref": "#/definitions/SellerFeedbackType"
},
"ShippingTime": {
"description": "The maximum time within which the item will likely be shipped once an order has been placed.",
"$ref": "#/definitions/DetailedShippingTimeType"
},
"ListingPrice": {
"description": "The price of the item.",
"$ref": "#/definitions/MoneyType"
},
"quantityDiscountPrices": {
"type": "array",
"items": {
"$ref": "#/definitions/QuantityDiscountPriceType"
}
},
"Points": {
"description": "The number of Amazon Points offered with the purchase of an item.",
"$ref": "#/definitions/Points"
},
"Shipping": {
"description": "The shipping cost.",
"$ref": "#/definitions/MoneyType"
},
"ShipsFrom": {
"description": "The state and country from where the item is shipped.",
"$ref": "#/definitions/ShipsFromType"
},
"IsFulfilledByAmazon": {
"type": "boolean",
"description": "When true, the offer is fulfilled by Amazon."
},
"PrimeInformation": {
"description": "Amazon Prime information.",
"$ref": "#/definitions/PrimeInformationType"
},
"IsBuyBoxWinner": {
"type": "boolean",
"description": "When true, the offer is currently in the Buy Box. There can be up to two Buy Box winners at any time per ASIN, one that is eligible for Prime and one that is not eligible for Prime."
},
"IsFeaturedMerchant": {
"type": "boolean",
"description": "When true, the seller of the item is eligible to win the Buy Box."
}
}
},
"PrimeInformationType": {
"description": "Amazon Prime information.",
"type": "object",
"required": [
"IsPrime",
"IsNationalPrime"
],
"properties": {
"IsPrime": {
"description": "Indicates whether the offer is an Amazon Prime offer.",
"type": "boolean"
},
"IsNationalPrime": {
"description": "Indicates whether the offer is an Amazon Prime offer throughout the entire marketplace where it is listed.",
"type": "boolean"
}
}
},
"SellerFeedbackType": {
"type": "object",
"required": [
"FeedbackCount"
],
"properties": {
"SellerPositiveFeedbackRating": {
"type": "number",
"format": "double",
"description": "The percentage of positive feedback for the seller in the past 365 days."
},
"FeedbackCount": {
"type": "integer",
"format": "int64",
"description": "The number of ratings received about the seller."
}
},
"description": "Information about the seller's feedback, including the percentage of positive feedback, and the total number of ratings received."
},
"ErrorList": {
"type": "array",
"description": "A list of error responses returned when a request is unsuccessful.",
"items": {
"$ref": "#/definitions/Error"
}
},
"DetailedShippingTimeType": {
"type": "object",
"properties": {
"minimumHours": {
"type": "integer",
"format": "int64",
"description": "The minimum time, in hours, that the item will likely be shipped after the order has been placed."
},
"maximumHours": {
"type": "integer",
"format": "int64",
"description": "The maximum time, in hours, that the item will likely be shipped after the order has been placed."
},
"availableDate": {
"type": "string",
"description": "The date when the item will be available for shipping. Only displayed for items that are not currently available for shipping."
},
"availabilityType": {
"type": "string",
"description": "Indicates whether the item is available for shipping now, or on a known or an unknown date in the future. If known, the availableDate property indicates the date that the item will be available for shipping. Possible values: NOW, FUTURE_WITHOUT_DATE, FUTURE_WITH_DATE.",
"enum": [
"NOW",
"FUTURE_WITHOUT_DATE",
"FUTURE_WITH_DATE"
],
"x-docgen-enum-table-extension": [
{
"value": "NOW",
"description": "The item is available for shipping now."
},
{
"value": "FUTURE_WITHOUT_DATE",
"description": "The item will be available for shipping on an unknown date in the future."
},
{
"value": "FUTURE_WITH_DATE",
"description": "The item will be available for shipping on a known date in the future."
}
]
}
},
"description": "The time range in which an item will likely be shipped once an order has been placed."
},
"ShipsFromType": {
"type": "object",
"properties": {
"State": {
"type": "string",
"description": "The state from where the item is shipped."
},
"Country": {
"type": "string",
"description": "The country from where the item is shipped."
}
},
"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": [
"code",
"message"
],
"properties": {
"code": {
"type": "string",
"description": "An error code that identifies the type of error that occurred."
},
"message": {
"type": "string",
"description": "A message that describes the error condition in a human-readable form."
},
"details": {
"type": "string",
"description": "Additional information that can help the caller understand or fix the issue."
}
},
"description": "Error response returned when the request is unsuccessful."
}
}
}