Get Order
requires auth
Request Specific Order
Client might want to get full detail about one specific order that they know the orderId
.
Must specify the accountId
and desired orderId
in the request:
Path Parameters:
Path
Type
Description
accountId
*
string
your account ID
orderId
*
string
the order ID you want to query
Example
Last updated