Skip to main content

Download Order Invoice

GET /api/v1/orders/{order}/download-invoice Downloads a PDF invoice for the order.

Path Parameters

ParameterTypeRequiredDescription
orderstring (ULID)The ulid in order

Responses

StatusDescription
200 OKReturns a PDF file (application/pdf) of the order invoice
401 UnauthorizedMissing or invalid authentication token
403 ForbiddenAccess denied
404 Not FoundOrder not found