List serial numbers
Returns a paginated list of serial number records for the entity, optionally filtered by
product_id, status (in_stock / sold / returned / scrapped), and location_id (Layer 4
warehouse isolation; native sn.location_id column). Each record includes the serial
number, product, current location, and the order ID where it was last moved.
Requires inventory:read scope.
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
available, allocated, sold, returned, damaged, quarantined, end_of_life, consumed_in_manufacturing, disassembled Filter to a single warehouse location (Layer 4 isolation). Resolved from the
X-Location-Id request header first, then this query param. Serial numbers
carry a native location_id column on inventory.serial_numbers, so no
inheritance chain is required.
x >= 11 <= x <= 250
