Orders
Create Order
This endpoint creates a new order.
POST
/
v1
/
order
Body
This is the ID of the order to be created.
This is the name of the order.
This is the number of the order.
This is the source of the order.
This is the ID of the customer who placed the order.
This is the list of items in the order.
This is the total amount of the order.
This is the payment status of the order.
This is the shipping status of the order.
This is additional metadata related to the order.
Response
Indicates whether the call was successful. 1 if successful, 0 if not.