Download OpenAPI specification:Download
The Selling Partner API for Pricing helps you programmatically retrieve product pricing and offer information for Amazon Marketplace products.
Returns pricing information for a seller's offer listings based on seller SKU or ASIN.
Usage Plan:
Rate (requests per second) | Burst |
---|---|
0.5 | 1 |
The 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.
MarketplaceId required | string A marketplace identifier. Specifies the marketplace for which prices are returned. |
Asins | Array of strings <= 20 items A list of up to twenty Amazon Standard Identification Number (ASIN) values used to identify items in the given marketplace. |
Skus | Array of strings <= 20 items A list of up to twenty seller SKU values used to identify items in the given marketplace. |
ItemType required | string Enum: "Asin" "Sku" 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. |
ItemCondition | string Enum: "New" "Used" "Collectible" "Refurbished" "Club" Filters the offer listings based on item condition. Possible values: New, Used, Collectible, Refurbished, Club. |
OfferType | string Enum: "B2C" "B2B" Indicates whether to request pricing information for the seller's B2C or B2B offers. Default is B2C. |
{- "payload": [
- {
- "status": "string",
- "SellerSKU": "string",
- "ASIN": "string",
- "Product": {
- "Identifiers": {
- "MarketplaceASIN": {
- "MarketplaceId": "string",
- "ASIN": "string"
}, - "SKUIdentifier": {
- "MarketplaceId": "string",
- "SellerId": "string",
- "SellerSKU": "string"
}
}, - "AttributeSets": [
- { }
], - "Relationships": [
- { }
], - "CompetitivePricing": {
- "CompetitivePrices": [
- {
- "CompetitivePriceId": "string",
- "Price": {
- "LandedPrice": {
- "CurrencyCode": "string",
- "Amount": 0
}, - "ListingPrice": {
- "CurrencyCode": "string",
- "Amount": 0
}, - "Shipping": {
- "CurrencyCode": "string",
- "Amount": 0
}, - "Points": {
- "PointsNumber": 0,
- "PointsMonetaryValue": {
- "CurrencyCode": null,
- "Amount": null
}
}
}, - "condition": "string",
- "subcondition": "string",
- "offerType": "B2C",
- "quantityTier": 0,
- "quantityDiscountType": "QUANTITY_DISCOUNT",
- "sellerId": "string",
- "belongsToRequester": true
}
], - "NumberOfOfferListings": [
- {
- "Count": 0,
- "condition": "string"
}
], - "TradeInValue": {
- "CurrencyCode": "string",
- "Amount": 0
}
}, - "SalesRankings": [
- {
- "ProductCategoryId": "string",
- "Rank": 0
}
], - "Offers": [
- {
- "offerType": "B2C",
- "BuyingPrice": {
- "LandedPrice": {
- "CurrencyCode": "string",
- "Amount": 0
}, - "ListingPrice": {
- "CurrencyCode": "string",
- "Amount": 0
}, - "Shipping": {
- "CurrencyCode": "string",
- "Amount": 0
}, - "Points": {
- "PointsNumber": 0,
- "PointsMonetaryValue": {
- "CurrencyCode": "string",
- "Amount": 0
}
}
}, - "RegularPrice": {
- "CurrencyCode": "string",
- "Amount": 0
}, - "businessPrice": {
- "CurrencyCode": "string",
- "Amount": 0
}, - "quantityDiscountPrices": [
- {
- "quantityTier": 0,
- "quantityDiscountType": "QUANTITY_DISCOUNT",
- "listingPrice": {
- "CurrencyCode": "string",
- "Amount": 0
}
}
], - "FulfillmentChannel": "string",
- "ItemCondition": "string",
- "ItemSubCondition": "string",
- "SellerSKU": "string"
}
]
}
}
], - "errors": [
- {
- "code": "string",
- "message": "string",
- "details": "string"
}
]
}
Returns competitive pricing information for a seller's offer listings based on seller SKU or ASIN.
Usage Plan:
Rate (requests per second) | Burst |
---|---|
0.5 | 1 |
The 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.
MarketplaceId required | string A marketplace identifier. Specifies the marketplace for which prices are returned. |
Asins | Array of strings <= 20 items A list of up to twenty Amazon Standard Identification Number (ASIN) values used to identify items in the given marketplace. |
Skus | Array of strings <= 20 items A list of up to twenty seller SKU values used to identify items in the given marketplace. |
ItemType required | string Enum: "Asin" "Sku" 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. |
CustomerType | string Enum: "Consumer" "Business" Indicates whether to request pricing information from the point of view of Consumer or Business buyers. Default is Consumer. |
{- "payload": [
- {
- "status": "string",
- "SellerSKU": "string",
- "ASIN": "string",
- "Product": {
- "Identifiers": {
- "MarketplaceASIN": {
- "MarketplaceId": "string",
- "ASIN": "string"
}, - "SKUIdentifier": {
- "MarketplaceId": "string",
- "SellerId": "string",
- "SellerSKU": "string"
}
}, - "AttributeSets": [
- { }
], - "Relationships": [
- { }
], - "CompetitivePricing": {
- "CompetitivePrices": [
- {
- "CompetitivePriceId": "string",
- "Price": {
- "LandedPrice": {
- "CurrencyCode": "string",
- "Amount": 0
}, - "ListingPrice": {
- "CurrencyCode": "string",
- "Amount": 0
}, - "Shipping": {
- "CurrencyCode": "string",
- "Amount": 0
}, - "Points": {
- "PointsNumber": 0,
- "PointsMonetaryValue": {
- "CurrencyCode": null,
- "Amount": null
}
}
}, - "condition": "string",
- "subcondition": "string",
- "offerType": "B2C",
- "quantityTier": 0,
- "quantityDiscountType": "QUANTITY_DISCOUNT",
- "sellerId": "string",
- "belongsToRequester": true
}
], - "NumberOfOfferListings": [
- {
- "Count": 0,
- "condition": "string"
}
], - "TradeInValue": {
- "CurrencyCode": "string",
- "Amount": 0
}
}, - "SalesRankings": [
- {
- "ProductCategoryId": "string",
- "Rank": 0
}
], - "Offers": [
- {
- "offerType": "B2C",
- "BuyingPrice": {
- "LandedPrice": {
- "CurrencyCode": "string",
- "Amount": 0
}, - "ListingPrice": {
- "CurrencyCode": "string",
- "Amount": 0
}, - "Shipping": {
- "CurrencyCode": "string",
- "Amount": 0
}, - "Points": {
- "PointsNumber": 0,
- "PointsMonetaryValue": {
- "CurrencyCode": "string",
- "Amount": 0
}
}
}, - "RegularPrice": {
- "CurrencyCode": "string",
- "Amount": 0
}, - "businessPrice": {
- "CurrencyCode": "string",
- "Amount": 0
}, - "quantityDiscountPrices": [
- {
- "quantityTier": 0,
- "quantityDiscountType": "QUANTITY_DISCOUNT",
- "listingPrice": {
- "CurrencyCode": "string",
- "Amount": 0
}
}
], - "FulfillmentChannel": "string",
- "ItemCondition": "string",
- "ItemSubCondition": "string",
- "SellerSKU": "string"
}
]
}
}
], - "errors": [
- {
- "code": "string",
- "message": "string",
- "details": "string"
}
]
}
Returns the lowest priced offers for a single SKU listing.
Usage Plan:
Rate (requests per second) | Burst |
---|---|
1 | 2 |
The 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.
SellerSKU required | string Identifies an item in the given marketplace. SellerSKU is qualified by the seller's SellerId, which is included with every operation that you submit. |
MarketplaceId required | string A marketplace identifier. Specifies the marketplace for which prices are returned. |
ItemCondition required | string Enum: "New" "Used" "Collectible" "Refurbished" "Club" Filters the offer listings based on item condition. Possible values: New, Used, Collectible, Refurbished, Club. |
CustomerType | string Enum: "Consumer" "Business" Indicates whether to request Consumer or Business offers. Default is Consumer. |
{- "payload": {
- "MarketplaceID": "string",
- "ASIN": "string",
- "SKU": "string",
- "ItemCondition": "New",
- "status": "string",
- "Identifier": {
- "MarketplaceId": "string",
- "ASIN": "string",
- "SellerSKU": "string",
- "ItemCondition": "New"
}, - "Summary": {
- "TotalOfferCount": 0,
- "NumberOfOffers": [
- {
- "condition": "string",
- "fulfillmentChannel": "Amazon",
- "OfferCount": 0
}
], - "LowestPrices": [
- {
- "condition": "string",
- "fulfillmentChannel": "string",
- "offerType": "B2C",
- "quantityTier": 0,
- "quantityDiscountType": "QUANTITY_DISCOUNT",
- "LandedPrice": {
- "CurrencyCode": "string",
- "Amount": 0
}, - "ListingPrice": {
- "CurrencyCode": "string",
- "Amount": 0
}, - "Shipping": {
- "CurrencyCode": "string",
- "Amount": 0
}, - "Points": {
- "PointsNumber": 0,
- "PointsMonetaryValue": {
- "CurrencyCode": "string",
- "Amount": 0
}
}
}
], - "BuyBoxPrices": [
- {
- "condition": "string",
- "offerType": "B2C",
- "quantityTier": 0,
- "quantityDiscountType": "QUANTITY_DISCOUNT",
- "LandedPrice": {
- "CurrencyCode": "string",
- "Amount": 0
}, - "ListingPrice": {
- "CurrencyCode": "string",
- "Amount": 0
}, - "Shipping": {
- "CurrencyCode": "string",
- "Amount": 0
}, - "Points": {
- "PointsNumber": 0,
- "PointsMonetaryValue": {
- "CurrencyCode": "string",
- "Amount": 0
}
}, - "sellerId": "string"
}
], - "ListPrice": {
- "CurrencyCode": "string",
- "Amount": 0
}, - "CompetitivePriceThreshold": {
- "CurrencyCode": "string",
- "Amount": 0
}, - "SuggestedLowerPricePlusShipping": {
- "CurrencyCode": "string",
- "Amount": 0
}, - "SalesRankings": [
- {
- "ProductCategoryId": "string",
- "Rank": 0
}
], - "BuyBoxEligibleOffers": [
- {
- "condition": "string",
- "fulfillmentChannel": "Amazon",
- "OfferCount": 0
}
], - "OffersAvailableTime": "2019-08-24T14:15:22Z"
}, - "Offers": [
- {
- "MyOffer": true,
- "offerType": "B2C",
- "SubCondition": "string",
- "SellerId": "string",
- "ConditionNotes": "string",
- "SellerFeedbackRating": {
- "SellerPositiveFeedbackRating": 0,
- "FeedbackCount": 0
}, - "ShippingTime": {
- "minimumHours": 0,
- "maximumHours": 0,
- "availableDate": "string",
- "availabilityType": "NOW"
}, - "ListingPrice": {
- "CurrencyCode": "string",
- "Amount": 0
}, - "quantityDiscountPrices": [
- {
- "quantityTier": 0,
- "quantityDiscountType": "QUANTITY_DISCOUNT",
- "listingPrice": {
- "CurrencyCode": "string",
- "Amount": 0
}
}
], - "Points": {
- "PointsNumber": 0,
- "PointsMonetaryValue": {
- "CurrencyCode": "string",
- "Amount": 0
}
}, - "Shipping": {
- "CurrencyCode": "string",
- "Amount": 0
}, - "ShipsFrom": {
- "State": "string",
- "Country": "string"
}, - "IsFulfilledByAmazon": true,
- "PrimeInformation": {
- "IsPrime": true,
- "IsNationalPrime": true
}, - "IsBuyBoxWinner": true,
- "IsFeaturedMerchant": true
}
]
}, - "errors": [
- {
- "code": "string",
- "message": "string",
- "details": "string"
}
]
}
Returns the lowest priced offers for a single item based on ASIN.
Usage Plan:
Rate (requests per second) | Burst |
---|---|
0.5 | 1 |
The 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.
Asin required | string The Amazon Standard Identification Number (ASIN) of the item. |
MarketplaceId required | string A marketplace identifier. Specifies the marketplace for which prices are returned. |
ItemCondition required | string Enum: "New" "Used" "Collectible" "Refurbished" "Club" Filters the offer listings to be considered based on item condition. Possible values: New, Used, Collectible, Refurbished, Club. |
CustomerType | string Enum: "Consumer" "Business" Indicates whether to request Consumer or Business offers. Default is Consumer. |
{- "payload": {
- "MarketplaceID": "string",
- "ASIN": "string",
- "SKU": "string",
- "ItemCondition": "New",
- "status": "string",
- "Identifier": {
- "MarketplaceId": "string",
- "ASIN": "string",
- "SellerSKU": "string",
- "ItemCondition": "New"
}, - "Summary": {
- "TotalOfferCount": 0,
- "NumberOfOffers": [
- {
- "condition": "string",
- "fulfillmentChannel": "Amazon",
- "OfferCount": 0
}
], - "LowestPrices": [
- {
- "condition": "string",
- "fulfillmentChannel": "string",
- "offerType": "B2C",
- "quantityTier": 0,
- "quantityDiscountType": "QUANTITY_DISCOUNT",
- "LandedPrice": {
- "CurrencyCode": "string",
- "Amount": 0
}, - "ListingPrice": {
- "CurrencyCode": "string",
- "Amount": 0
}, - "Shipping": {
- "CurrencyCode": "string",
- "Amount": 0
}, - "Points": {
- "PointsNumber": 0,
- "PointsMonetaryValue": {
- "CurrencyCode": "string",
- "Amount": 0
}
}
}
], - "BuyBoxPrices": [
- {
- "condition": "string",
- "offerType": "B2C",
- "quantityTier": 0,
- "quantityDiscountType": "QUANTITY_DISCOUNT",
- "LandedPrice": {
- "CurrencyCode": "string",
- "Amount": 0
}, - "ListingPrice": {
- "CurrencyCode": "string",
- "Amount": 0
}, - "Shipping": {
- "CurrencyCode": "string",
- "Amount": 0
}, - "Points": {
- "PointsNumber": 0,
- "PointsMonetaryValue": {
- "CurrencyCode": "string",
- "Amount": 0
}
}, - "sellerId": "string"
}
], - "ListPrice": {
- "CurrencyCode": "string",
- "Amount": 0
}, - "CompetitivePriceThreshold": {
- "CurrencyCode": "string",
- "Amount": 0
}, - "SuggestedLowerPricePlusShipping": {
- "CurrencyCode": "string",
- "Amount": 0
}, - "SalesRankings": [
- {
- "ProductCategoryId": "string",
- "Rank": 0
}
], - "BuyBoxEligibleOffers": [
- {
- "condition": "string",
- "fulfillmentChannel": "Amazon",
- "OfferCount": 0
}
], - "OffersAvailableTime": "2019-08-24T14:15:22Z"
}, - "Offers": [
- {
- "MyOffer": true,
- "offerType": "B2C",
- "SubCondition": "string",
- "SellerId": "string",
- "ConditionNotes": "string",
- "SellerFeedbackRating": {
- "SellerPositiveFeedbackRating": 0,
- "FeedbackCount": 0
}, - "ShippingTime": {
- "minimumHours": 0,
- "maximumHours": 0,
- "availableDate": "string",
- "availabilityType": "NOW"
}, - "ListingPrice": {
- "CurrencyCode": "string",
- "Amount": 0
}, - "quantityDiscountPrices": [
- {
- "quantityTier": 0,
- "quantityDiscountType": "QUANTITY_DISCOUNT",
- "listingPrice": {
- "CurrencyCode": "string",
- "Amount": 0
}
}
], - "Points": {
- "PointsNumber": 0,
- "PointsMonetaryValue": {
- "CurrencyCode": "string",
- "Amount": 0
}
}, - "Shipping": {
- "CurrencyCode": "string",
- "Amount": 0
}, - "ShipsFrom": {
- "State": "string",
- "Country": "string"
}, - "IsFulfilledByAmazon": true,
- "PrimeInformation": {
- "IsPrime": true,
- "IsNationalPrime": true
}, - "IsBuyBoxWinner": true,
- "IsFeaturedMerchant": true
}
]
}, - "errors": [
- {
- "code": "string",
- "message": "string",
- "details": "string"
}
]
}
Returns the lowest priced offers for a batch of items based on ASIN.
Usage Plan:
Rate (requests per second) | Burst |
---|---|
0.5 | 1 |
The 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.
Array of objects (ItemOffersRequest) [ 1 .. 20 ] items A list of getItemOffers batched requests to run. |
{- "requests": [
- {
- "uri": "string",
- "method": "GET",
- "headers": {
- "property1": "string",
- "property2": "string"
}, - "MarketplaceId": "string",
- "ItemCondition": "New",
- "CustomerType": "Consumer"
}
]
}
{- "responses": [
- {
- "headers": {
- "Date": "string",
- "x-amzn-RequestId": "string"
}, - "status": {
- "statusCode": 100,
- "reasonPhrase": "string"
}, - "body": {
- "payload": {
- "MarketplaceID": "string",
- "ASIN": "string",
- "SKU": "string",
- "ItemCondition": "New",
- "status": "string",
- "Identifier": {
- "MarketplaceId": "string",
- "ASIN": "string",
- "SellerSKU": "string",
- "ItemCondition": "New"
}, - "Summary": {
- "TotalOfferCount": 0,
- "NumberOfOffers": [
- {
- "condition": "string",
- "fulfillmentChannel": "Amazon",
- "OfferCount": 0
}
], - "LowestPrices": [
- {
- "condition": "string",
- "fulfillmentChannel": "string",
- "offerType": "B2C",
- "quantityTier": 0,
- "quantityDiscountType": "QUANTITY_DISCOUNT",
- "LandedPrice": {
- "CurrencyCode": "string",
- "Amount": 0
}, - "ListingPrice": {
- "CurrencyCode": "string",
- "Amount": 0
}, - "Shipping": {
- "CurrencyCode": "string",
- "Amount": 0
}, - "Points": {
- "PointsNumber": 0,
- "PointsMonetaryValue": {
- "CurrencyCode": null,
- "Amount": null
}
}
}
], - "BuyBoxPrices": [
- {
- "condition": "string",
- "offerType": "B2C",
- "quantityTier": 0,
- "quantityDiscountType": "QUANTITY_DISCOUNT",
- "LandedPrice": {
- "CurrencyCode": "string",
- "Amount": 0
}, - "ListingPrice": {
- "CurrencyCode": "string",
- "Amount": 0
}, - "Shipping": {
- "CurrencyCode": "string",
- "Amount": 0
}, - "Points": {
- "PointsNumber": 0,
- "PointsMonetaryValue": {
- "CurrencyCode": null,
- "Amount": null
}
}, - "sellerId": "string"
}
], - "ListPrice": {
- "CurrencyCode": "string",
- "Amount": 0
}, - "CompetitivePriceThreshold": {
- "CurrencyCode": "string",
- "Amount": 0
}, - "SuggestedLowerPricePlusShipping": {
- "CurrencyCode": "string",
- "Amount": 0
}, - "SalesRankings": [
- {
- "ProductCategoryId": "string",
- "Rank": 0
}
], - "BuyBoxEligibleOffers": [
- {
- "condition": "string",
- "fulfillmentChannel": "Amazon",
- "OfferCount": 0
}
], - "OffersAvailableTime": "2019-08-24T14:15:22Z"
}, - "Offers": [
- {
- "MyOffer": true,
- "offerType": "B2C",
- "SubCondition": "string",
- "SellerId": "string",
- "ConditionNotes": "string",
- "SellerFeedbackRating": {
- "SellerPositiveFeedbackRating": 0,
- "FeedbackCount": 0
}, - "ShippingTime": {
- "minimumHours": 0,
- "maximumHours": 0,
- "availableDate": "string",
- "availabilityType": "NOW"
}, - "ListingPrice": {
- "CurrencyCode": "string",
- "Amount": 0
}, - "quantityDiscountPrices": [
- {
- "quantityTier": 0,
- "quantityDiscountType": "QUANTITY_DISCOUNT",
- "listingPrice": {
- "CurrencyCode": null,
- "Amount": null
}
}
], - "Points": {
- "PointsNumber": 0,
- "PointsMonetaryValue": {
- "CurrencyCode": "string",
- "Amount": 0
}
}, - "Shipping": {
- "CurrencyCode": "string",
- "Amount": 0
}, - "ShipsFrom": {
- "State": "string",
- "Country": "string"
}, - "IsFulfilledByAmazon": true,
- "PrimeInformation": {
- "IsPrime": true,
- "IsNationalPrime": true
}, - "IsBuyBoxWinner": true,
- "IsFeaturedMerchant": true
}
]
}, - "errors": [
- {
- "code": "string",
- "message": "string",
- "details": "string"
}
]
}, - "request": {
- "MarketplaceId": "string",
- "ItemCondition": "New",
- "CustomerType": "Consumer",
- "Asin": "string"
}
}
]
}
Returns the lowest priced offers for a batch of listings by SKU.
Usage Plan:
Rate (requests per second) | Burst |
---|---|
0.5 | 1 |
The 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.
Array of objects (ListingOffersRequest) [ 1 .. 20 ] items A list of getItemOffers batched requests to run. |
{- "requests": [
- {
- "uri": "string",
- "method": "GET",
- "headers": {
- "property1": "string",
- "property2": "string"
}, - "MarketplaceId": "string",
- "ItemCondition": "New",
- "CustomerType": "Consumer"
}
]
}
{- "responses": [
- {
- "headers": {
- "Date": "string",
- "x-amzn-RequestId": "string"
}, - "status": {
- "statusCode": 100,
- "reasonPhrase": "string"
}, - "body": {
- "payload": {
- "MarketplaceID": "string",
- "ASIN": "string",
- "SKU": "string",
- "ItemCondition": "New",
- "status": "string",
- "Identifier": {
- "MarketplaceId": "string",
- "ASIN": "string",
- "SellerSKU": "string",
- "ItemCondition": "New"
}, - "Summary": {
- "TotalOfferCount": 0,
- "NumberOfOffers": [
- {
- "condition": "string",
- "fulfillmentChannel": "Amazon",
- "OfferCount": 0
}
], - "LowestPrices": [
- {
- "condition": "string",
- "fulfillmentChannel": "string",
- "offerType": "B2C",
- "quantityTier": 0,
- "quantityDiscountType": "QUANTITY_DISCOUNT",
- "LandedPrice": {
- "CurrencyCode": "string",
- "Amount": 0
}, - "ListingPrice": {
- "CurrencyCode": "string",
- "Amount": 0
}, - "Shipping": {
- "CurrencyCode": "string",
- "Amount": 0
}, - "Points": {
- "PointsNumber": 0,
- "PointsMonetaryValue": {
- "CurrencyCode": null,
- "Amount": null
}
}
}
], - "BuyBoxPrices": [
- {
- "condition": "string",
- "offerType": "B2C",
- "quantityTier": 0,
- "quantityDiscountType": "QUANTITY_DISCOUNT",
- "LandedPrice": {
- "CurrencyCode": "string",
- "Amount": 0
}, - "ListingPrice": {
- "CurrencyCode": "string",
- "Amount": 0
}, - "Shipping": {
- "CurrencyCode": "string",
- "Amount": 0
}, - "Points": {
- "PointsNumber": 0,
- "PointsMonetaryValue": {
- "CurrencyCode": null,
- "Amount": null
}
}, - "sellerId": "string"
}
], - "ListPrice": {
- "CurrencyCode": "string",
- "Amount": 0
}, - "CompetitivePriceThreshold": {
- "CurrencyCode": "string",
- "Amount": 0
}, - "SuggestedLowerPricePlusShipping": {
- "CurrencyCode": "string",
- "Amount": 0
}, - "SalesRankings": [
- {
- "ProductCategoryId": "string",
- "Rank": 0
}
], - "BuyBoxEligibleOffers": [
- {
- "condition": "string",
- "fulfillmentChannel": "Amazon",
- "OfferCount": 0
}
], - "OffersAvailableTime": "2019-08-24T14:15:22Z"
}, - "Offers": [
- {
- "MyOffer": true,
- "offerType": "B2C",
- "SubCondition": "string",
- "SellerId": "string",
- "ConditionNotes": "string",
- "SellerFeedbackRating": {
- "SellerPositiveFeedbackRating": 0,
- "FeedbackCount": 0
}, - "ShippingTime": {
- "minimumHours": 0,
- "maximumHours": 0,
- "availableDate": "string",
- "availabilityType": "NOW"
}, - "ListingPrice": {
- "CurrencyCode": "string",
- "Amount": 0
}, - "quantityDiscountPrices": [
- {
- "quantityTier": 0,
- "quantityDiscountType": "QUANTITY_DISCOUNT",
- "listingPrice": {
- "CurrencyCode": null,
- "Amount": null
}
}
], - "Points": {
- "PointsNumber": 0,
- "PointsMonetaryValue": {
- "CurrencyCode": "string",
- "Amount": 0
}
}, - "Shipping": {
- "CurrencyCode": "string",
- "Amount": 0
}, - "ShipsFrom": {
- "State": "string",
- "Country": "string"
}, - "IsFulfilledByAmazon": true,
- "PrimeInformation": {
- "IsPrime": true,
- "IsNationalPrime": true
}, - "IsBuyBoxWinner": true,
- "IsFeaturedMerchant": true
}
]
}, - "errors": [
- {
- "code": "string",
- "message": "string",
- "details": "string"
}
]
}, - "request": {
- "MarketplaceId": "string",
- "ItemCondition": "New",
- "CustomerType": "Consumer",
- "SellerSKU": "string"
}
}
]
}