post
https://api.corporatemerch.com/v2/orders
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 3 possible errors that you will receive from the Create_Shipment endpoint.
1/ The given shipping address is invalid.
2/ The product has insufficient inventory. We don't process partial orders.
Idempotency
This endpoint supports idempotency keys to safely retry requests without creating duplicate orders.
