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

Get Order Invoice

Get an order invoice content

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]*$
invoiceId
  • required
integer

Responses

200
Invoice content
application/pdf
Success
401
Unauthorized
application/json
Error
404
Not Found
application/json
Error
GET/shops/{shopKey}/countries/{countryCode}/orders/{orderIdentifier}/invoices/{invoiceId}

Request samples

Provide Feedback