docs
  1. Admin Api
  2. Resources
  3. Orders
  4. Get An Order

Get an order

Get a order

Rate Limit: 1000 Max attempts within 1 minute.

Path Parameters

ParameterDetails
shopKey
  • required
string
Example:
ms
countryCode
  • required
string
Example:
de
orderIdentifier
  • required
string
Examples:
  • ^[1-9][0-9]*$
  • ^key%3D[0-9a-zA-Z\-\\_\.\@|%5C]*$

Query Parameters

ParameterDetails
with
Array of strings
Example:
?with=legacyCustomData
string
Enum:
legacyCustomData
items.legacyCustomData
customer.legacyCustomData

Responses

200
Order
application/json
Success
id
integer
object
basketKeyrequired
string
campaignKey
string
confirmedAt
string
Example:
2021-09-23T11%3A30%3A58%2B00%3A00
Array of object
object
currencyCode
string
object
object
invoicedAt
string
Example:
2021-09-23T11%3A30%3A58%2B00%3A00
createdAt
string
Example:
2021-09-23T11%3A30%3A58%2B00%3A00
updatedAt
string
Example:
2021-09-23T11%3A30%3A58%2B00%3A00
Array of object
object
object
Array of object
Array of object
Array of object
publicKey
string
referenceKey
string
object
statusrequired
string
required
object
Array of object
object
object
401
Unauthorized
application/json
Error
404
Not Found
application/json
Error
GET/shops/{shopKey}/countries/{countryCode}/orders/{orderIdentifier}

Request samples

Response samples

200
Order:
Content type: application/json
Provide Feedback