Skip to main content
GET
List Catalog Raw Items

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

X-Organization-Id
string | null

Path Parameters

catalog_id
string
required

Query Parameters

limit
integer
default:1000
Required range: 1 <= x <= 5000
offset
integer
default:0
Required range: x >= 0
entity_type
string | null

Optional entity_type filter: product|variant

search
string | null

Optional text search across raw item data

sort_field
string | null

Optional raw sort field (data field or system column)

sort_order
string
default:asc

Sort direction: asc or desc

Response

Successful Response