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

NameDescriptionType
sourceMetadata about the eventObject
eventTypeEvent for which the notification is receivedString
eventTimeTimestamp of when the event occurredString
eventIdUnique identifier for the eventString
payloadEvent-specific detailsObject
partnerIdSeller’s partner IDString
itemIdA unique identifier for the itemString
skuStock Keeping Unit - Unique identifier which identifies the itemString
publishStatusStatus of the item in the submission processString
lifecycleStatusStatus of the item in the overall lifecycleString
itemNameName of the itemString
categoryCategory of the itemString
totalNumberOfOffersTotal number of offers for the itemInteger
sellerOfferPriceSeller's offer priceDouble
sellerShippingPriceSeller's shipping priceDouble

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 }
}