Create An Order in Truckmate

This operation creates a new order in Truckmate and returns the order number and bill number.

📘

Note: This operation is part of the Truckmate Book (BDK). To use this book, you need to first learn it in your agent.

Input Concepts

ConceptDescriptionTypeRequired
orderThe Truckmate order request.truckmate orderYes

Output Concepts

ConceptDescriptionType
order numberOrder ID of the created ordernumber
bill numberBill Number of the created ordertext

Example

create a json
use the above as the order
set the order's id to 1234
set the order's title to "Awesome title"
set order's body to "This is the body"
create the order in truckmate and get the order number and bill number