MarminDeveloper Docs

Retrieve a sales credit note


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

Path parameters

ParameterTypeRequiredDescription
idstring
Required
The ID of the credit note to retrieve.
Response

Status code: 200 OK

Returns the credit note object with all fields populated.

Error responses

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