Skip to main content
POST

Request body

CreateOrderRequest
object
string,null
ISO currency code (default: USD).
string (uuid)
required
The customer placing the order.
CreateOrderItemRequest[]
required
Line items for the order.
string,null
Optional notes.
string,null
Payment method identifier.
object
string,null
Shipping method identifier.

Responses

OrderResponse
Order created
ErrorBody
Invalid request
ErrorBody
Idempotency-Key reused with a different body
ErrorBody
Idempotency-Key header required on this endpoint (configurable)