Places an order for one or more products.
Constraints:
slug (product id, same as product slug from products API)skuItemId (ID of the SKU)quantityamountrequiredFields is optional, but required if the product itself has required fields.emailNotification is optional, default true if set to false, no email will be sent to you regarding order updates.Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Order accepted and checkout created.
Checkout identifier (checkoutId).
"CHK-123456"
Initial status of the checkout, usually pending.
"pending"
Total price converted into multiple currencies. Keys are currency codes (e.g. USD, EUR, BTC).
{
"USD": 10.199918400652795,
"EUR": 8.853611949827732
}Total amount in USD.
10
Full data of each ordered item.