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
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’s Partner ID | String |
itemId | A unique ID that identifies the item | String |
sku | A unique ID that identifies the item | String |
publishStatus | The offer publish status | String |
lifecycleStatus | The offer lifecycle status | String |
itemName | The item name | String |
category | The item category | String |
totalNumberOfOffers | The total number of offers | Integer |
sellerOfferPrice | The seller offer price | Double |
sellerShippingPrice | The seller 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 about 1 month ago