Logistics Created Confirmation Webhook

Last Updated by 18/10/2023

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

FieldData TypeDescription
order_noString(32)order_no is the sales order number that the client inputs when creating outbound orders.
order_no = SOReference2 = external_id
express_noString(64)AWB (air waybill)
success_flagBooleanOnly when the flag is true, the webhook will be sent out.

Sample Payload

{
    "order_no":"KEVINDAI1116160065",
    "express_no":"010116223057953",
    "success_flag":true
}