Buy Box changed event (COPY)
The Buy Box Changed event notifies you when the Buy Box winner or winning price changes for your published items, if at least one offer exists for the item.
When this event occurs, Walmart sends a notification to your destination URL. The notification includes a payload with detailed information about the item, your offer, and the Buy Box winner.
Event details
- Event Type: BUY_BOX_CHANGED
- Event Version: V1
- Resource Name: PRICE
Response parameters
| Name | Description | Type |
|---|---|---|
| source | Event meta information | Object |
| eventType | Event for which the notification is received | String |
| eventTime | Time at which the event occurs | String |
| eventId | Unique ID of the event | String |
| payload | Event details | Object |
| partnerId | Seller partner ID | String |
| itemInfo | Item information | Object |
| itemId | A unique ID which identifies the item | String |
| itemName | Name of the item | String |
| category | Category of the item | String |
| productType | Product type of the item | String |
| brand | Brand of the item | String |
| sku | A unique ID which identifies the item | String |
| itemCondition | Item condition | String |
| totalNumberOfOffers | Number of offers on the item from all sellers | Integer |
| offer | Offer information | Object |
| currentOffer | Seller’s current offer information | Object |
| winningOffer | Buy Box winning offer information | Object |
| offers | Array of top 5 offers | Array |
| sellerName | Seller’s name / Buy Box winning seller’s name | String |
| sellerOfferPrice | Seller’s offer price / Buy Box winning seller’s offer price | Double |
| sellerShippingSpeed | Seller’s shipping speed / Buy Box winning seller’s shipping speed | String |
| sellerShippingPrice | Seller’s shipping price / Buy Box winning seller’s shipping price | Double |
| proSellerBadge | Pro Seller badge | Boolean |
| isWFS | Fulfillment method is WFS | Boolean |
| offers[].sellerName | Seller name of the offer | String |
| offers[].sellerOfferPrice | Offer price of the seller | Double |
| offers[].sellerShippingSpeed | Shipping speed of the offer | String |
| offers[].sellerShippingPrice | Shipping price of the offer | Double |
| offers[].partnerId | Partner ID of the seller | String |
| offers[].proSellerBadge | Pro Seller badge | Boolean |
| offers[].isWFS | Fulfillment method is WFS | Boolean |
| priceDifference | Difference between seller’s offer price and Buy Box winning offer price | Double |
Sample payload: Buy Box changed
{ "source": { "eventType": "BUY_BOX_CHANGED", "eventTime": "2020-07-03T14:12:42.913Z", "eventId": "42c2b910-bd37-11ea-89f1-4f3bd9e0e3af" }, "payload": { "partnerId": "12300001205", "itemInfo": { "itemId": "50655131", "itemName": "Sizzix SBarnard Thinlits Die Drop In Thank You", "category": "Crafts", "productType": "Die-Cut Cartridges", "brand": "Sizzix", "sku": "NMG300868", "totalNumberOfOffers": 33 }, "offer": { "currentOffer": { "sellerName": "CB&WS goods", "sellerOfferPrice": 13.03, "sellerShippingSpeed": "STANDARD", "sellerShippingPrice": 8.99 }, "winningOffer": { "sellerName": "Save you Stores", "sellerOfferPrice": 16.25, "sellerShippingSpeed": "EXPEDITED", "sellerShippingPrice": 0 }, "offers": [ // New attribute { "sellerName": "Save you Stores", "sellerOfferPrice": 16.25, "sellerShippingSpeed": "EXPEDITED", "sellerShippingPrice": 0 }, { "sellerName": "CB&WS goods", "sellerOfferPrice": 13.03, "sellerShippingSpeed": "EXPEDITED", "sellerShippingPrice": 0 } ] }, "priceDifference": -3.22 }
}
Updated 4 days ago
