API Docs
Home
Home
Developer GuideAPIStatusWebhooks
Developer GuideAPIStatusWebhooks
  1. Webhooks
  • WebHook connection required
  • HOOK EVENT ORDER CREATED
  • HOOK EVENT ORDER UPDATE STATUS
  • HOOK EVENT SHIPMENT CREATED
  • HOOK EVENT SHIPMENT UPDATE STATUS
  • HOOK EVENT INBOUND CREATED
  • HOOK EVENT INBOUND UPDATE STATUS
  • HOOK EVENT RETURN UPDATE STATUS
  • HOOK EVENT STOCK UPDATE
  1. Webhooks

HOOK EVENT ORDER UPDATE STATUS

This webhook is triggered whenever the order status is updated in the system.

Trigger Conditions#

The webhook is sent when:
The order status changes.
The shipment/order progresses to another processing stage.
The system receives and updates the latest order status.

Payload Example#

Payload Fields#

FieldTypeDescription
event_codestringWebhook event code.
idintegerInternal order identifier.
tracking_codestringSystem tracking code of the order/shipment.
partner_tracking_codestringPartner reference/tracking code.
statusintegerUpdated order status code.
status_update_timeintegerUnix timestamp of the latest status update.
platformstringSource platform of the order.
store_idintegerAssociated store identifier.
created_timeintegerUnix timestamp when the order was created.
updated_timeintegerUnix timestamp when the order was last updated.
Previous
HOOK EVENT ORDER CREATED
Next
HOOK EVENT SHIPMENT CREATED
Built with