Create a new delivery order with recipient details and items.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Represents the order request payload when creating a new order.
Details of the recipient receiving the order.
List of items included in the order.
1Unique order reference in your system. If not provided, Express will generate it automatically.
"ORD0001"
Total amount of the order including delivery fees.
x >= 098150
Fee for delivering the order.
x >= 01500
Special instructions for the delivery process.
"Livrer à midi"
The latest date by which the delivery should be completed.
"2025-06-05"
Delivery order created
Represents the response payload for an order after it has been created, retrieved, or canceled.
Unique order reference in your system.
"ORD0001"
Total amount of the order including delivery fees.
98150
Fee for delivering the order.
1500
Current status of the order.
"pending"
Timestamp when the order was created.
"2025-06-05T07:05:21.000Z"
Timestamp when the order was last updated.
"2025-06-05T07:05:21.000Z"
Details of the recipient receiving the order.
List of items included in the order.
Special instructions for the delivery process.
"Livrer à midi"
The latest date by which the delivery should be completed.
"2025-06-05"
Optional comments related to the order status.
null