List catalog entries
Returns a paginated list of catalog entries, filterable by company, vendor, and search term. Use expand=prices,allowances to populate properties, display_name, prices, and allowances keys or retrieve a single entry to populate them.
Query parameters
Filter entries by company ID. If omitted, results are scoped to all companies the caller has access to.
Filter entries by vendor name
Search term matched against item name, description, sku, and upc.
Page number (default: 1)
Items per page (default: 50, max: 100)
Comma-separated list of fields to expand. Options: prices, allowances — requesting either returns both.
SKU code
UPC code
Buying format (e.g. 'CASE', 'EACH'). Pass 'null' to filter entries that have no buying format (NULL or empty).
Pack size (e.g. '6 CT', '10 LB')
Unit of measure (e.g. 'CASE', 'EACH', 'LB')
Price for the pack size
Price per individual unit within the pack
Headers
OAuth2 authentication flows. Auth server URLs will vary by environment
API key for authentication
API version to use (optional, defaults to latest). Supported values: 1.0.0, 1.1.0.
Response
Successful response with paginated catalog entry list