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

Autorizaciones
Api-KeystringRequerido

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
Respuestas
200

Successful response

application/json
get/physical/orders

Get Order Details

get

Returns detailed information about a specific order

Autorizaciones
Api-KeystringRequerido

API key for authentication.

Parámetros de ruta
idintegerRequerido

Order ID

Respuestas
200

Successful response

application/json
idintegerRequerido

Unique order identifier

Example: 12345
statusstring · enumRequerido

Order status

Example: pendingValores posibles:
createdstring · date-timeRequerido

Order creation date and time

Example: 2024-01-15T10:30:00Z
fullNamestringRequerido

Recipient full name

Example: John Doe
emailstring · emailRequerido

Recipient email

Example: john@example.com
phonestringRequerido

Recipient phone

Example: +1234567890
telegramIDinteger · int64Requerido

Buyer's Telegram ID

Example: 123456789
localitystringRequerido

City

Example: New York
fullAddressstringRequerido

Full delivery address

Example: USA, New York, 5th Avenue, 123, Apt 45
customerNotestringRequerido

Customer note

Example: Please call before delivery
deliveryCostnumber · floatRequerido

Delivery cost

Example: 25.5
currencystringRequerido

Order currency

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

Última actualización