{
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"placedAt": "2023-11-07T05:31:56Z",
"currencyCode": "<string>",
"subtotal": 1,
"totalPrice": 1,
"deliveryPrice": 1,
"taxesAmount": 1,
"taxesIncluded": true,
"customerId": "<string>",
"externalId": "<string>",
"items": [
{
"id": "<string>",
"title": "<string>",
"subtitle": "<string>",
"quantity": 2,
"unitPrice": 1,
"totalPrice": 1,
"product": "<string>",
"variant": "<string>",
"sku": "<string>",
"subscriptionItem": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"requiresShipping": true,
"taxable": true,
"customAttributes": [
{
"key": "<string>",
"value": "<string>"
}
],
"sellingPlanId": "<string>",
"sellingPlanName": "<string>"
}
],
"discounts": [
{
"id": "<string>",
"title": "<string>",
"value": {
"type": "percentage",
"percentage": 50
},
"entitledItems": {
"all": true
},
"subscriptionDiscount": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
],
"subscriptionIds": [
"<string>"
],
"customAttributes": [
{
"key": "<string>",
"value": "<string>"
}
]
}Topics
Order updated
Fired when a order.updated event occurs. Delivered via Svix.
WEBHOOK
order.updated
{
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"placedAt": "2023-11-07T05:31:56Z",
"currencyCode": "<string>",
"subtotal": 1,
"totalPrice": 1,
"deliveryPrice": 1,
"taxesAmount": 1,
"taxesIncluded": true,
"customerId": "<string>",
"externalId": "<string>",
"items": [
{
"id": "<string>",
"title": "<string>",
"subtitle": "<string>",
"quantity": 2,
"unitPrice": 1,
"totalPrice": 1,
"product": "<string>",
"variant": "<string>",
"sku": "<string>",
"subscriptionItem": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"requiresShipping": true,
"taxable": true,
"customAttributes": [
{
"key": "<string>",
"value": "<string>"
}
],
"sellingPlanId": "<string>",
"sellingPlanName": "<string>"
}
],
"discounts": [
{
"id": "<string>",
"title": "<string>",
"value": {
"type": "percentage",
"percentage": 50
},
"entitledItems": {
"all": true
},
"subscriptionDiscount": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
],
"subscriptionIds": [
"<string>"
],
"customAttributes": [
{
"key": "<string>",
"value": "<string>"
}
]
}Authorizations
AdminApiKeyBearerToken
Long-lived Admin API key issued from the Juo merchant portal. Pass as the X-Juo-Admin-Api-Key header.
Body
application/json
Minimum string length:
1Required string length:
3recurring is a scheduled renewal order, checkout the order that created the subscription, and instant a one-off purchase the customer made outside the schedule (an instant order) — it carries no billing cycle.
Available options:
checkout, recurring, instant Required range:
x >= 0Required range:
x >= 0Required range:
x >= 0Required range:
x >= 0Minimum string length:
1Minimum string length:
1Minimum array length:
1Show child attributes
Show child attributes
Show child attributes
Show child attributes
Minimum string length:
1Arbitrary key-value pairs attached to this order.
Show child attributes
Show child attributes
Response
200
Webhook received successfully.