For the complete documentation index, see llms.txt. This page is also available as Markdown.

Orders

Order operations

Get Orders List

get

Returns a list of physical orders for the current user with pagination

Autorizações
Api-KeystringObrigatório

API key for authentication.

Parâmetros de consulta
lastOrderIdstringOpcional

ID of the last order for cursor pagination

limitinteger · máx: 50Opcional

Number of records per page (maximum 50)

Default: 50
pageintegerOpcional

Page number

Default: 1
Respostas
200

Successful response

application/json
get/physical/orders

Get Order Details

get

Returns detailed information about a specific order

Autorizações
Api-KeystringObrigatório

API key for authentication.

Parâmetros de rota
idintegerObrigatório

Order ID

Respostas
200

Successful response

application/json
idintegerObrigatório

Unique order identifier

Example: 12345
statusstring · enumObrigatório

Order status

Example: pendingValores possíveis:
createdstring · date-timeObrigatório

Order creation date and time

Example: 2024-01-15T10:30:00Z
fullNamestringObrigatório

Recipient full name

Example: John Doe
emailstring · emailObrigatório

Recipient email

Example: john@example.com
phonestringObrigatório

Recipient phone

Example: +1234567890
telegramIDinteger · int64Obrigatório

Buyer's Telegram ID

Example: 123456789
localitystringObrigatório

City

Example: New York
fullAddressstringObrigatório

Full delivery address

Example: USA, New York, 5th Avenue, 123, Apt 45
customerNotestringObrigatório

Customer note

Example: Please call before delivery
deliveryCostnumber · floatObrigatório

Delivery cost

Example: 25.5
currencystringObrigatório

Order currency

Example: usd
get/physical/orders/{id}

Atualizado