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 CREATED

This webhook is triggered when an order is successfully created in the system.

Trigger Conditions#

The webhook is sent when:
A new order is successfully created.
The system finishes initializing the order on the platform.

Payload Example#

Payload Fields#

FieldTypeDescription
event_codestringWebhook event code.
idintegerInternal order identifier.
tracking_codestringSystem tracking code of the order.
partner_tracking_codestringPartner's tracking/reference code.
statusintegerCurrent order status code.
status_update_timeintegerUnix timestamp of the latest status update.
platformstringPlatform source of the order.
store_idintegerStore identifier associated with the order.
created_timeintegerUnix timestamp when the order was created.
update_timeintegerUnix timestamp when the order was last updated.
Previous
WebHook connection required
Next
HOOK EVENT ORDER UPDATE STATUS
Built with