Orders
Autorizaciones
Api-KeystringRequerido
API key for authentication.
Parámetros de consulta
lastOrderIdstringOpcional
ID of the last order for cursor pagination
limitinteger · máx: 50OpcionalDefault:
Number of records per page (maximum 50)
50pageintegerOpcionalDefault:
Page number
1Respuestas
200
Successful response
application/json
400
Bad request (invalid status)
application/json
401
Unauthorized (invalid API key)
application/json
get/physical/orders
Autorizaciones
Api-KeystringRequerido
API key for authentication.
Parámetros de ruta
idintegerRequerido
Order ID
Respuestas
200
Successful response
application/json
idintegerRequeridoExample:
Unique order identifier
12345statusstring · enumRequeridoExample:
Order status
pendingValores posibles: createdstring · date-timeRequeridoExample:
Order creation date and time
2024-01-15T10:30:00ZfullNamestringRequeridoExample:
Recipient full name
John Doeemailstring · emailRequeridoExample:
Recipient email
john@example.comphonestringRequeridoExample:
Recipient phone
+1234567890telegramIDinteger · int64RequeridoExample:
Buyer's Telegram ID
123456789localitystringRequeridoExample:
City
New YorkfullAddressstringRequeridoExample:
Full delivery address
USA, New York, 5th Avenue, 123, Apt 45customerNotestringRequeridoExample:
Customer note
Please call before deliverydeliveryCostnumber · floatRequeridoExample:
Delivery cost
25.5currencystringRequeridoExample:
Order currency
usd400
Bad request (order ID not provided)
application/json
401
Unauthorized (invalid API key)
application/json
404
Order not found
application/json
get/physical/orders/{id}
Última actualización