From 8928035db069b7209c183a7274ec232214c94fd1 Mon Sep 17 00:00:00 2001 From: Jack Evoniuk Date: Mon, 15 Nov 2021 13:07:35 -0800 Subject: [PATCH] Clarify BuyBoxPrices offerType description Specify that when the offer type is B2C, the seller is winning the buy box because others lack inventory. --- models/product-pricing-api-model/productPricingV0.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/models/product-pricing-api-model/productPricingV0.json b/models/product-pricing-api-model/productPricingV0.json index 5d552aa..86f4852 100644 --- a/models/product-pricing-api-model/productPricingV0.json +++ b/models/product-pricing-api-model/productPricingV0.json @@ -1712,7 +1712,7 @@ } } }, - { + { "request": { "parameters": { "SellerSKU": { @@ -2766,7 +2766,7 @@ "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.", + "description": "Indicates the type of customer that the offer is valid for.

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": { @@ -3235,7 +3235,7 @@ "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.", + "description": "Indicates the type of customer that the offer is valid for.

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": {