Skip to main content
GET
/
inventory
/
serials
/
{id}
Get a single serial number
curl --request GET \
  --url https://api.arcuserp.com/v1/inventory/serials/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "entity_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "product_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "serial_number": "<string>",
    "status": "available",
    "location_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "order_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "lot_number": "<string>",
    "expiry_date": "2023-12-25",
    "warranty_start_date": "2023-12-25",
    "warranty_end_date": "2023-12-25",
    "extended_warranty_end_date": "2023-12-25",
    "warranty_status": "<string>",
    "received_at": "2023-11-07T05:31:56Z",
    "sold_at": "2023-11-07T05:31:56Z",
    "returned_at": "2023-11-07T05:31:56Z",
    "last_scanned_at": "2023-11-07T05:31:56Z",
    "created_at": "2023-11-07T05:31:56Z",
    "updated_at": "2023-11-07T05:31:56Z"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.arcuserp.com/llms.txt

Use this file to discover all available pages before exploring further.

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.

Path Parameters

id
string<uuid>
required

Response

Single serial number

data
object

Serial number with lifecycle status. Immutable: id, entity_id, product_id, serial_number.