List credit memos

View as Markdown

Authentication

Authorizationstring
API Key authentication via header

Query parameters

pagedoubleRequiredDefaults to 1
Page Number
limitdoubleRequiredDefaults to 50
Number of items to return
filterstringOptional
Format: field:rule:value — comma-separated for multiple filters. Fields: creditMemoNumber (string): eq customerId (uuid): eq issueDateFrom (datetime): gte issueDateTo (datetime): lte status (string): eq, in (one of: OPEN, PARTIALLY_APPLIED, APPLIED, VOID) syncStatus (string): eq, in (one of: NOT_SYNCED, SYNCING, SYNCED, SYNC_FAILED) lastUpdatedAt (datetime): eq, gt, gte, lt, lte Date-only values (YYYY-MM-DD) match the full UTC day. Example: filter=creditMemoNumber:eq:value

Response

Get all Credit Memos by filter
payloadobject
Response payload, will be empty when success is false
successboolean

Boolean with true=success, false=failure

messagestring

Plain-text description of the result

errorobjectOptional
json element with any error messages or warnings