List Items

Retrieves a list of all items available in the system.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string
enum

One or more response fields, separated by commas.

string
enum

One or more sort fields, separated by commas.

string

Filter records by those associated with category_id.

Operators: eq

Examples

  • filter[category_id]=eq:cat_123
string

Filter by code.

Operators: eq

Examples

  • filter[code]=eq:ITEM001
string

Filter records by those associated with manufacturer_id.

Operators: eq

Examples

  • filter[manufacturer_id]=eq:mfg_123
string

Filter by name.

Operators: eq, cont

Examples

  • filter[name]=eq:abba
  • filter[name]=cont:ab
string

Filter by record_created_at.

Operators: gt, lt

Examples

  • filter[record_created_at]=gt:2023-01-01T00:00:00Z
  • filter[record_created_at]=lt:2025-01-01T00:00:00Z
string

Filter by record_updated_at.

Operators: gt, lt

Examples

  • filter[record_updated_at]=gt:2023-01-01T00:00:00Z
  • filter[record_updated_at]=lt:2025-01-01T00:00:00Z
string

Filter by sku.

Operators: eq

Examples

  • filter[sku]=eq:WDG-PRO-001
string

Filter records by those associated with supplier_id.

Operators: eq

Examples

  • filter[supplier_id]=eq:sup_123
int32
1 to 200

Number of records returned per page.

string

Cursor for pagination (from previous response's next_cursor).

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json