Order - Add
Order
Order - Add
Create a new manual order with specified items, shipping address, and order details.
POST
Order - Add
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Store ID to add the order to
Example:
"507f1f77bcf86cd799439011"
Order number for the new order
Order data object
Tag IDs to apply to the order (ObjectId strings referencing the tag collection)
Example:
[
"507f1f77bcf86cd799439011",
"507f1f77bcf86cd799439012"
]