Offer published event
The Offer Published event notifies you when your offer is successfully published on Walmart Marketplace.
When this event occurs, Walmart sends a notification to your destination URL. The notification includes a payload with offer and item details.
Event details
- Event Type: OFFER_PUBLISHED
- Event Version: V1
- Resource Name: ITEM
Response parameters
| Name | Description | Type |
|---|---|---|
| source | Metadata about the event | Object |
| eventType | Event for which the notification is received | String |
| eventTime | Timestamp of when the event occurred | String |
| eventId | Unique identifier for the event | String |
| payload | Event-specific details | Object |
| partnerId | Seller’s partner ID | String |
| itemId | A unique identifier for the item | String |
| sku | Stock Keeping Unit - Unique identifier which identifies the item | String |
| publishStatus | Status of the item in the submission process | String |
| lifecycleStatus | Status of the item in the overall lifecycle | String |
| itemName | Name of the item | String |
| category | Category of the item | String |
| totalNumberOfOffers | Total number of offers for the item | Integer |
| sellerOfferPrice | Seller's offer price | Double |
| sellerShippingPrice | Seller's shipping price | Double |
Sample payload 1: Offer published
{ "source": { "eventType": "OFFER_PUBLISHED", "eventTime": "2021-01-21T01:09:08.000Z", "eventId": "04d34580-61d4-11ea-9e23-cd38810ff7cw" }, "payload": { "partnerId": "10900014482", "sku": "83852627", "publishStatus": "PUBLISHED", "lifecycleStatus": "ACTIVE", "itemId": "771087594", "itemName":"OVE Decors Lynton 39 in. Fruit Single Sink Bathroom Vanity with Tiger Granite Top", "category": "BATH AND LAUNDRY", "totalNumberOfOffers": 28, "sellerOfferPrice": 1100.72, "sellerShippingPrice": 0.0 }
}
Updated 1 day ago
