Create a new order. If your order includes products that ship from multiple facilities, each facility’s products will be processed as a separate shipment within the overarching order.
Authentication
Provide your bearer token in the Authorization header.
Example:Authorization: Bearer 123
Errors
There are 2 possible errors that you may receive from the Create_Order endpoint.
1/ The given shipping address is invalid. **
2/ The product has insufficient inventory. We don't process partial orders.
** If you receive an error message stating that the address is invalid and you know that the address is correct, utilize the skip_address_validation field. We use a 3rd party address verification API that may be overly sensitive.
Idempotency
This endpoint supports idempotency keys to safely retry requests without creating duplicate orders.
