Notifications are used to inform about:
Endpoint:https://<YOUR-WEBHOOK-URL>
Method: POST
Headers:
application/json
application/json
Payload fields:
Expected response codes:
Each notification is sent only once to your webhook, unless there is an error due to a timeout in the connection, in which case it will be retried in interval of 4 hours within a maximum of 72 hours.
Any response received by our notification service, either successful or not, will be ignored. Be sure to keep your webhook updated and responsive!
Example of request payload:
{
"received_at": "2017-09-27T17:31:15.365Z",
"resource": "/seller-products/PRDK6YKGUHQ0IVOY/",
"sent_at": "2017-09-27T17:31:15.779907",
"topic": "products",
"seller_id": "fd5d9f6f-6b95-4e1b-8bb8-6c1a7bca80f3"
}
Fields and respective meanings: