Docs
Create Order
POST /orders
POST
/ordersRequired Tokens
| Field | Type | Required | Description |
|---|---|---|---|
| Bearer | Authorization: Bearer <api-key> | Optional | Your API key. Pass it as the Bearer token on every request. |
Creates a new order. Use Update Order after creation to set billing/delivery information, status, and notes.
Request Body
| Field | Type | Required | Description |
|---|---|---|---|
| name | string | Required | Display name for the order. |
Response
Returns 201 Created with the new order's ID in the body.