Skip to main content
GET
List customer credit memos

Authorizations

Authorization
string
header
required

API key issued per entity via Settings > Developers > API Keys. Each key carries scopes (e.g. orders:read, products:write). Bearer token format: Authorization: Bearer ark_live_ent_Test keys use ark_test_ent_. Both are issued per entity
via Settings > Developers > API Keys.

Query Parameters

account_id
string<uuid>
status
enum<string>
Available options:
open,
partially_applied,
fully_applied,
voided
limit
integer
default:50
cursor
string

Response

Paginated list of customer credit memos

data
object[]
next_cursor
string | null