Fulfilment.dispatched
This event dispatched when an fulfilment is marked as dispatched.
Example payload
{
"id": 605,
"object": "event",
"api_version": "3.2",
"webhook_version": "1.0",
"created_at": "2021-04-11T17:31:56.000000Z",
"type": "fulfilment.dispatched",
"data": {
"object": {
"object": "line_item_fulfilment",
"id": 354,
"tracking_reference": null,
"postage_type": {
"object": "postage_type",
"id": 1,
"delivery_name": "first class",
"price": 100,
"tracked": false,
"currency": {
"object": "currency",
"id": 1,
"name": "Sterling",
"denomination": 100,
"iso_currency_code": "GBP"
},
"postage_category": {
"object": "postage_category",
"id": 1,
"name": "first class",
"tracked": false
}
},
"address": {
"object": "address",
"id": 8,
"name": "John Smith",
"address_line_1": "123, Letsby Ave",
"address_line_2": null,
"town_city": "Sheffield",
"postcode": "S1 1AY"
},
"contact": null,
"fulfilment_method": {
"object": "fulfilment_method",
"id": 2,
"name": "Postal"
},
"line_items": [
{
"object": "line_item",
"id": 630,
"personalised_message": null,
"value": 1000,
"line_item_type": {
"object": "line_item_type",
"id": 1,
"name": "Sale"
},
"product": {
"object": "product",
"id": 4,
"name": "Gift Card",
"short_description": "Gift Card",
"long_description": "Gift Card"
},
"product_type": {
"object": "product_type",
"id": 1,
"name": "Gift Card"
},
"transaction": {
"object": "transaction",
"id": 624,
"value": 0,
"transaction_discount_value": 1100,
"account_id": 1,
"currency": {
"object": "currency",
"id": 1,
"name": "Sterling",
"denomination": 100,
"iso_currency_code": "GBP"
},
"unit": null
}
}
]
}
}
}
Last updated