Get Order Details
Obtain the details for a specific order
get
Authorizations
AuthorizationstringRequired
Enter your JWT access token
Path parameters
orderIdstringRequired
OrderID is a unique identifier for an order. It is a string that is provide by partner and is unique for each order of given partner.
Responses
200
Successfully retrieved the order details
application/json
orderIdstringRequired
statusall ofRequired
string · enumOptionalPossible values:
packingSlipstring · nullableRequired
unitPriceCurrencystringRequired
createdstring · date-time · nullableRequired
updatedstring · date-time · nullableRequired
isTestbooleanRequired
404
Order not found
application/json
500
Internal server error
application/json
get
/v1/orders/{orderId}Last updated