Orders
Authorizations
Api-KeystringRequired
API key for authentication.
Query parameters
lastOrderIdstringOptional
ID of the last order for cursor pagination
limitinteger · max: 50OptionalDefault:
Number of records per page (maximum 50)
50pageintegerOptionalDefault:
Page number
1Responses
200
Successful response
application/json
400
Bad request (invalid status)
application/json
401
Unauthorized (invalid API key)
application/json
get
/physical/ordersAuthorizations
Api-KeystringRequired
API key for authentication.
Path parameters
idintegerRequired
Order ID
Responses
200
Successful response
application/json
idintegerRequiredExample:
Unique order identifier
12345statusstring · enumRequiredExample:
Order status
pendingPossible values: createdstring · date-timeRequiredExample:
Order creation date and time
2024-01-15T10:30:00ZfullNamestringRequiredExample:
Recipient full name
John DoephonestringRequiredExample:
Recipient phone
+1234567890telegramIDinteger · int64RequiredExample:
Buyer's Telegram ID
123456789localitystringRequiredExample:
City
New YorkfullAddressstringRequiredExample:
Full delivery address
USA, New York, 5th Avenue, 123, Apt 45customerNotestringRequiredExample:
Customer note
Please call before deliverydeliveryCostnumber · floatRequiredExample:
Delivery cost
25.5currencystringRequiredExample:
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}Last updated