{
"event": {
"uuid": "321ad951-9b89-46e1-849a-8b345db22585",
"name": "order_notify",
"status": "in_production",
"timestamp": "2022-07-08T11:11:14.797781Z"
},
"data": {
"id": 585278,
"order_id": "OD-123",
"test_order": false,
"sample_order": false,
"reprint_order": false,
"created_at": "2022-05-12T06:47:50.000000Z",
"updated_at": "2022-05-25T16:26:45.000000Z",
"status": "in_production",
"rejected_at": null,
"rejected_status": null,
"cancelled_at": null,
"line_items": [
{
"id": 745626,
"sku": "UNPT1K00M",
"quantity": 1,
"order_item_id": "733117061",
"print_files": [
{
"key": "front",
"url": "https://via.placeholder.com/2400/09f/fff.png"
}
],
"preview_files": [
{
"key": "front",
"url": "https://via.placeholder.com/2400/09f/fff.png"
}
]
}
],
"trackings": [],
"shipping_method": "standard",
"ioss_number": null,
"tax_id": null,
"tax_id_type": null,
"address": {
"name": "John Smith",
"email": null,
"company": "DEMO",
"phone": "(330) 638-1331",
"street1": "4736 Phillips Rice Rd",
"street2": null,
"city": "Cortland",
"state": "OH",
"country": "US",
"zip": "44410"
},
"return_address": null,
"total_cost": null
}
}
curl --location --request POST 'https://your.endpoint.here' \
--header 'Content-Type: application/json' \
--data-raw '{
"event": {
"uuid": "321ad951-9b89-46e1-849a-8b345db22585",
"name": "order_notify",
"status": "in_production",
"timestamp": "2022-07-08T11:11:14.797781Z"
},
"data": {
"id": 585278,
"order_id": "OD-123",
"test_order": false,
"sample_order": false,
"reprint_order": false,
"created_at": "2022-05-12T06:47:50.000000Z",
"updated_at": "2022-05-25T16:26:45.000000Z",
"status": "in_production",
"rejected_at": null,
"rejected_status": null,
"cancelled_at": null,
"line_items": [
{
"id": 745626,
"sku": "UNPT1K00M",
"quantity": 1,
"order_item_id": "733117061",
"print_files": [
{
"key": "front",
"url": "https://via.placeholder.com/2400/09f/fff.png"
}
],
"preview_files": [
{
"key": "front",
"url": "https://via.placeholder.com/2400/09f/fff.png"
}
]
}
],
"trackings": [],
"shipping_method": "standard",
"ioss_number": null,
"tax_id": null,
"tax_id_type": null,
"address": {
"name": "John Smith",
"email": null,
"company": "DEMO",
"phone": "(330) 638-1331",
"street1": "4736 Phillips Rice Rd",
"street2": null,
"city": "Cortland",
"state": "OH",
"country": "US",
"zip": "44410"
},
"return_address": null,
"total_cost": null
}
}'