Order Shipped Event
Event Type: order.shipped
When sent: When order status changes to 'Shipped' through internal fulfillment processes.
NOT sent when: Order status is updated to 'Shipped' via SDK API calls.
Contains tracking information and shipped items details.
Example webhook payload
Webhook Payload Schema
Order shipped event data
Property
Type
Description
storeIdrequiredstring (uuid)Store identifier
customerIdstring (uuid)Customer identifier
occurredAtrequiredstring (date-time)When the event occurred
externalReferencestringExternal reference for tracking
orderIdrequiredstring (uuid)Order identifier
orderNumberrequiredstringOrder number
trackingInforequiredobject[]Tracking information
shippedItemsrequiredobject[]Shipped items (in case of partial shipments)
shippingAddressrequiredobjectOrder address DTO for webhook events
shippedAtrequiredstring (date-time)When the order was shipped
estimatedDeliveryAtstring (date-time)Estimated delivery date