The API sends this request to a partner's service when an order item status changes (for example from PENDING
to OK
).
The body of the response is ignored. A 200 status code response confirms the request has been received and will be processed. All other status codes are treated as a failed attempt - another webhook request will be sent later.
Order item request successfully received
{- "order_id": "13459345",
- "order_uuid": "8e9e5c6e-ea7d-4934-8753-f00954f30d00",
- "order_created": "2018-12-10T13:12:40+0000",
- "order_updated": "2018-12-10T13:12:40+0000",
- "order_version": "16",
- "order_item_created": "2018-12-10T13:12:40+0000",
- "order_item_status": "OK",
- "order_item_updated": "2018-12-10T13:12:40+0000",
- "order_item_uuid": "11045e18-e3ca-42e1-acb4-0d5be75036fd",
- "order_item_version": "22"
}