List inventory
List inventory
Returns a paginated list of inventory items (master SKU catalogue) for your organisation.
GET
List inventory
Authorizations
API key with sf_live_ prefix. Pass as Authorization: Bearer sf_live_...
Query Parameters
Filter by brand name.
Example:
"Coca-Cola"
Filter by category.
Example:
"Beverages"
Filter by exact SKU code.
Example:
"CC-330ML-CAN"
Filter by project ID.
Example:
"prj_def456"
Opaque pagination cursor returned in the previous response.
Maximum number of items to return (default 25, max 100).
Required range:
1 <= x <= 100