docs
  1. Admin Api
  2. Resources
  3. Orders
  4. List Order Invoices

List Order Invoices

Get order invoices

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]*$

Responses

200
List of Order Invoices
application/json
Success
Array of object
object
401
Unauthorized
application/json
Error
404
Not Found
application/json
Error
GET/shops/{shopKey}/countries/{countryCode}/orders/{orderIdentifier}/invoices

Request samples

Response samples

200
Order Invoices:
Content type: application/json
Provide Feedback