Orders
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: 50OpcionalDefault:
Number of records per page (maximum 50)
50pageintegerOpcionalDefault:
Page number
1Respostas
200
Successful response
application/json
400
Bad request (invalid status)
application/json
401
Unauthorized (invalid API key)
application/json
get/physical/orders
Autorizações
Api-KeystringObrigatório
API key for authentication.
Parâmetros de rota
idintegerObrigatório
Order ID
Respostas
200
Successful response
application/json
idintegerObrigatórioExample:
Unique order identifier
12345statusstring · enumObrigatórioExample:
Order status
pendingValores possíveis: createdstring · date-timeObrigatórioExample:
Order creation date and time
2024-01-15T10:30:00ZfullNamestringObrigatórioExample:
Recipient full name
John Doeemailstring · emailObrigatórioExample:
Recipient email
john@example.comphonestringObrigatórioExample:
Recipient phone
+1234567890telegramIDinteger · int64ObrigatórioExample:
Buyer's Telegram ID
123456789localitystringObrigatórioExample:
City
New YorkfullAddressstringObrigatórioExample:
Full delivery address
USA, New York, 5th Avenue, 123, Apt 45customerNotestringObrigatórioExample:
Customer note
Please call before deliverydeliveryCostnumber · floatObrigatórioExample:
Delivery cost
25.5currencystringObrigatórioExample:
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}
Atualizado