{
"schemaVersion": "2026-08-01",
"id": "<string>",
"type": "order.updated",
"occurredAt": "2023-11-07T05:31:56Z",
"publishedAt": "2023-11-07T05:31:56Z",
"organizationId": "<string>",
"resourceVersion": 2,
"source": {
"marketplace": "<string>",
"accountId": "<string>",
"providerEventId": "<string>",
"providerEventType": "<string>"
},
"subject": {
"type": "order",
"id": "<string>",
"externalId": "<string>",
"externalNumber": "<string>"
},
"data": {
"order": {
"id": "<string>",
"marketplace": "<string>",
"accountId": "<string>",
"externalOrderId": "<string>",
"externalOrderNumber": "<string>",
"marketplaceStatus": "<string>",
"country": "<string>",
"currency": "<string>",
"totals": {
"subtotal": {
"amount": "<string>",
"currency": "<string>"
},
"discount": {
"amount": "<string>",
"currency": "<string>"
},
"shipping": {
"amount": "<string>",
"currency": "<string>"
},
"tax": {
"amount": "<string>",
"currency": "<string>"
},
"total": {
"amount": "<string>",
"currency": "<string>"
}
},
"itemCount": 1,
"quantity": 1,
"items": [
{
"id": "<string>",
"productId": "<string>",
"externalOrderItemId": "<string>",
"marketplaceItemId": "<string>",
"marketplaceVariantId": "<string>",
"sku": "<string>",
"sellerSku": "<string>",
"shopSku": "<string>",
"name": "<string>",
"status": "<string>",
"quantity": 1,
"currency": "<string>",
"unitPrice": {
"amount": "<string>",
"currency": "<string>"
},
"paidPrice": {
"amount": "<string>",
"currency": "<string>"
},
"lineTotal": {
"amount": "<string>",
"currency": "<string>"
},
"unitCost": {
"amount": "<string>",
"currency": "<string>"
}
}
],
"placedAt": "2023-11-07T05:31:56Z",
"sourceUpdatedAt": "2023-11-07T05:31:56Z",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
},
"changedFields": [
"<string>"
]
}
}Orders
Order updated
Delivered when public non-status order fields change.
WEBHOOK
orderUpdated
{
"schemaVersion": "2026-08-01",
"id": "<string>",
"type": "order.updated",
"occurredAt": "2023-11-07T05:31:56Z",
"publishedAt": "2023-11-07T05:31:56Z",
"organizationId": "<string>",
"resourceVersion": 2,
"source": {
"marketplace": "<string>",
"accountId": "<string>",
"providerEventId": "<string>",
"providerEventType": "<string>"
},
"subject": {
"type": "order",
"id": "<string>",
"externalId": "<string>",
"externalNumber": "<string>"
},
"data": {
"order": {
"id": "<string>",
"marketplace": "<string>",
"accountId": "<string>",
"externalOrderId": "<string>",
"externalOrderNumber": "<string>",
"marketplaceStatus": "<string>",
"country": "<string>",
"currency": "<string>",
"totals": {
"subtotal": {
"amount": "<string>",
"currency": "<string>"
},
"discount": {
"amount": "<string>",
"currency": "<string>"
},
"shipping": {
"amount": "<string>",
"currency": "<string>"
},
"tax": {
"amount": "<string>",
"currency": "<string>"
},
"total": {
"amount": "<string>",
"currency": "<string>"
}
},
"itemCount": 1,
"quantity": 1,
"items": [
{
"id": "<string>",
"productId": "<string>",
"externalOrderItemId": "<string>",
"marketplaceItemId": "<string>",
"marketplaceVariantId": "<string>",
"sku": "<string>",
"sellerSku": "<string>",
"shopSku": "<string>",
"name": "<string>",
"status": "<string>",
"quantity": 1,
"currency": "<string>",
"unitPrice": {
"amount": "<string>",
"currency": "<string>"
},
"paidPrice": {
"amount": "<string>",
"currency": "<string>"
},
"lineTotal": {
"amount": "<string>",
"currency": "<string>"
},
"unitCost": {
"amount": "<string>",
"currency": "<string>"
}
}
],
"placedAt": "2023-11-07T05:31:56Z",
"sourceUpdatedAt": "2023-11-07T05:31:56Z",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
},
"changedFields": [
"<string>"
]
}
}See Order webhooks for snapshot and changed-field semantics.
Headers
Allowed value:
"order.updated"Pattern:
^\d+$Hex HMAC-SHA256 of {timestamp}.{rawBody} using the subscription secret.
Body
application/json
Allowed value:
"2026-08-01"Stable delivery event id.
Allowed value:
"order.updated"Required range:
x >= 1Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Response
2XX
Event accepted.