Orders
Retrieve order information by externalId
To try these services, an Authorization token must be provided as a BearerToken header. The Authorization token can be obtained in the /auth service.
GET
/
orders
/
external_id
/
{externalId}
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
External Order's identifier.
Response
200 - application/json