Logistics Created Confirmation Webhook
Last Updated by 07/11/2024
This webhook could only be used for clients who use Logistics × Fulfillment Integration.
When AWB is created successfully by Shipper Logistics, we will use this webhook to inform the client the AWB was successfully created. The information content includes AWB no and sale order number. This webhook applies to both normal regular courier service and instant & same-day service.
Specification
Event Name |
---|
fulfillment.outbound.logistics.created.confirmation |
Webhook Parameter
Field | Data Type | Description |
---|---|---|
order_no | String(32) | order_no is the sales order number that the client inputs when creating outbound orders. order_no = SOReference2 = external_id |
express_no | String(64) | AWB (air waybill) |
success_flag | Boolean | Only when the flag is true, the webhook will be sent out. |
Sample Payload
{
"order_no":"KEVINDAI1116160065",
"express_no":"010116223057953",
"success_flag":true
}
Updated about 2 months ago