Retrieving details about an order (by a customer)
GET {{api-url}}/order-v2/{{tenant}}/orders/{{orderId}}
Retrieves details about an order (by a customer).
### Required scopes
-
order.history_view
for logged in customers only.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
saas-token | string | (Required) Token used to identify loggedin users. This token has an expiery date and is signed with a passphrase. | |
Accept | string |