Offer published event

This notification is triggered when an offer is published.

When the offer published event occurs, the seller receives the response payload shown in the following at the destination URL.

  • Event Type: OFFER_PUBLISHED
  • Event Version: V1
  • Resource Name: ITEM

Response parameters

NameDescriptionType
 sourceEvent meta informationObject
eventTypeEvent for which the notification is receivedString
eventTimeTime at which the event occursString
eventIdUnique ID of the eventString
 payloadEvent detailsObject
partnerIdSeller’s Partner IDString
itemIdA unique ID that identifies the itemString
skuA unique ID that identifies the itemString
publishStatusThe offer publish statusString
lifecycleStatusThe offer lifecycle statusString
itemNameThe item nameString
categoryThe item categoryString
totalNumberOfOffersThe total number of offersInteger
sellerOfferPriceThe seller offer priceDouble
sellerShippingPriceThe seller 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 }
}