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
Response
Status code: 200 OK
Returns the credit note object with all fields populated.
Retrieves the details of a specific sales credit note. See the right panel for the request and response examples.
| Parameter | Type | Required | Description |
|---|---|---|---|
id | string | Required | The ID of the credit note to retrieve. |
Status code: 200 OK
Returns the credit note object with all fields populated.
| Status | Description |
|---|---|
| 401 Unauthorized | Authentication required or invalid token. |
| 404 Not Found | Credit note not found. |
| 500 Internal Server Error | An error occurred while processing the request. |
