Emitted when an order has been delivered. If the order has multiple shipments, this is emitted when all shipments have been delivered.
{
"event_type": "order.delivered",
"id": "ad097c47-bf12-45c9-8feb-0536a0012c09",
"data": {
"id": "10c588dd-d566-45bf-86e9-c23bd1f1587b",
"status": "shipped",
"individual_gift_link": "https://gifts.ongoody.com/gift/vWtUe8lQRJuoyYzKlYeHMkbV",
"recipient_first_name": "Alena",
"recipient_last_name": "Kenter",
"recipient_email": "alena@ongoody.com",
"card_id": "ae4cb4ce-75fc-4782-a9ab-2f30d9b7b41d",
"message": "Thank you!",
"thank_you_note": null,
"view_count_recipient": 0,
"is_swapped": false,
"order_batch_id": "4133078a-c35f-441e-8e92-57645342b299",
"expires_at": null,
"cart": {
"id": "39b04e91-6a40-468d-8ed4-f59e9059afae",
"items": [
{
"id": "d59dead0-a44c-44df-885f-030612038a48",
"quantity": 1,
"product": {
"id": "c399bafb-3fbc-40c5-bef3-9158b7a19abc",
"name": "Cookies",
"brand": {
"id": "db631527-c59c-409c-823f-42a24c972283",
"name": "Cookie Company"
}
}
}
]
},
"shipments": [
{
"id": "9a1a2003-bb03-4409-b7fd-243b2e600e46",
"status": "delivered",
"brand_name": "Cookie Company",
"tracking_carrier": "UPS",
"shipped_at": "2023-01-23T00:00:00Z",
"delivered_at": "2023-01-26T00:00:00Z",
"delivery_eta": "2023-01-26T00:00:00Z"
}
],
"amounts": {
"amount_product": 1000,
"amount_shipping": 1000,
"amount_processing_fee": 100,
"amount_pre_tax_total": 2100,
"amount_tax": 150,
"amount_total": 2250,
"amount_global_relay_cost": null
},
"sender": {
"first_name": "Test",
"last_name": "User",
"email": "15556038009@test.ongoody.com"
},
"workspace_id": "8779bb01-ca47-4e9e-a845-d05f509c4be3",
"workspace_name": "Test Team",
"original_cart": null,
"original_amounts": null,
"reference_id": "PCI7GLZ3KFIEN8MWWSD5LDCF"
}
}
Show properties
created
notified
opened
accepted
pending_payment
paid
ordered
shipped
delivered
failed
canceled
cart
displays the most recent products selected (i.e.
post-swap).Show properties
Show properties
pending
tracking
shipped
delivered
delivered_override
failed
failed_unset_tracking
failed_with_reship
cart
. The original products are saved to original_cart
.amounts
displays the most recent amounts (i.e. post-swap).Show properties
Show properties
Show properties