Creates a new Order which can include information on products for purchase and settings to apply to the purchase.
POST
/v2/orders
Creates a new Order which can include information on products for purchase and settings to apply to the purchase.
To pay for a created order, please refer to the Pay for Orders guide.
You can modify open orders using the UpdateOrder endpoint.
To learn more about the Orders API, see the Orders API Overview.
The order to create. If this field is set, then the only other top-level field that can be set is the idempotency_key.
A value you specify that uniquely identifies this order among orders you've created.
If you're unsure whether a particular order was created successfully, you can reattempt it with the same idempotency key without worrying about creating duplicate orders.
See Idempotency for more information.