quantity: 1. There is no cart, no temporary state, and no multi-call flow.
Orders are processed asynchronously. The response returns status: PENDING — poll GET /v2/orders/{orderId} until status: COMPLETED, then retrieve codes.
Endpoint
POST /v2/ordersHeaders
Request Body
Example Request — Single Order
Example Request — Bulk Order
Response — 201 Created
The order is created in
PENDING status and processed asynchronously. Poll GET /v2/orders/{orderId} to track progress.Response — 400 Bad Request
Response — 402 Insufficient Funds
Response — 409 Idempotency Conflict
Error Responses

Create Order Flow

