Docs

Create Order

POST /orders

POST/orders

Required Tokens

FieldTypeRequiredDescription
BearerAuthorization: Bearer <api-key>OptionalYour 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

FieldTypeRequiredDescription
namestringRequiredDisplay name for the order.

Response

Returns 201 Created with the new order's ID in the body.