List adjustments
Returns adjustments scoped to the calling entity. Discriminated by
adjustment_type: inventory (inventory.inventory_transactions
with type adjustment / audit_count), ar (AR write-offs), or
ap (PPV / bill revaluations). When omitted, defaults to
inventory. Caller must hold at least one of inventory:read,
ar:read, ap:read, or accounting:read.
Authorizations
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
inventory, ar, ap Maximum number of records to return per page. Default 25, max 500. Use together with starting_after for cursor pagination. For larger bulk extraction workflows prefer the migration endpoints.
1 <= x <= 500
