Below are the webhook store events paired with their respective data schema related to the Order webhook events:Orders Webhook Events Model#
The following includes 10 order webhook events that share the same model, which are mentioned in the event
enum value under the Data Schema tabThe variables data.checkout_url
and data.rating_link
will be deprecated by May 25, 2025. Moving forward, they will be accessible under the urls
object as data.urls.checkout
and data.urls.rating
.
The variables, items.codes
and items.files
, are deprecated. We recommend using instead the data.urls.digital_content
variable.
Orders Webhook Events Model
Order Shipments Webhook Events Model#
The following includes 4 order shipment webhook events that share the same model, which are mentioned in the event
enum value under the Data Schema tabThe variables data.checkout_url
and data.rating_link
will be deprecated by May 25, 2025. Moving forward, they will be accessible under the urls
object as data.urls.checkout
and data.urls.rating
.
The variables, items.codes
and items.files
, are deprecated. We recommend using instead the data.urls.digital_content
variable.
Order Shipments Webhook Events Model
Order Shipment Cancelled Webhook Event Model#
The following includes 2 order shipment cancelled webhook events that share the same model, which are mentioned in the event
enum value under the Data Schema tabOrder Shipment Cancelled Webhook Events Model
Order Status Updated Webhook Event Model#
Orders Status Updated Webhook Events Model
Modified at 2025-07-17 09:36:49