MarminDeveloper Docs

Retrieve a sales invoice


Retrieves the details of a specific sales invoice. See the right panel for the request and response examples.

Path parameters

ParameterTypeRequiredDescription
idstring
Required
The ID of the invoice to retrieve.
Response

Status code: 200 OK

Returns the invoice object with all fields populated.

See the right panel for complete response examples.

Error responses

StatusDescription
401 UnauthorizedAuthentication required or invalid token.
404 Not FoundInvoice not found.
500 Internal Server ErrorAn error occurred while processing the request.
Next