v2

latestOpenAPI 3.1.02026-08-07750280.6 KB
Catalogues

List items

Retrieve a paginated list of items with optional filtering by catalogue or standalone status.

get/catalogues/items

Query parameters

catalogue_idstring uuid nullable

Filter by catalogue ID

Filter by catalogue ID

standalone_onlyboolean

Get only standalone items

Get only standalone items

limitinteger

Maximum number of items to return

Maximum number of items to return

offsetinteger

Number of items to skip for pagination

Number of items to skip for pagination

sortstring nullable

Sort field. Prefix with '-' for descending order. Available: name, created_at, price. Example: 'name' (A→Z), '-price' (highest first).

Sort field. Prefix with '-' for descending order. Available: name, created_at, price. Example: 'name' (A→Z), '-price' (highest first).

searchstring nullable

Search items by name, SKU, or description (case-insensitive substring match). Applies to all items unless catalogue_id or standalone_only is also set.

Search items by name, SKU, or description (case-insensitive substring match). Applies to all items unless catalogue_id or standalone_only is also set.

Response

Successfully retrieved items

okboolean