GET /orders
Lists orders owned by the API client.
Required scope: orders:read
POST /orders
Creates an order.
Required scope: orders:write
Request body:
GET /orders/{orderId}
Gets one order by ID.
Required scope: orders:read
POST /orders/{orderId}/withdraw
Withdraws an order before fulfillment work starts.
Required scope: orders:write

