List products with pagination
Lists products for the authenticated organization with search, store filters, and pagination. The backend filters products by organization before returning rows. Public schema excludes internal sync snapshots and system product payloads.
Scope notes: Requires product read scope and authenticated organization isolation.
Read-only endpoint.
Documentation Index
Fetch the complete documentation index at: https://docs.sellfern.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Sellfern public API key scoped to the authenticated organization. Do not use user JWTs for public integrations.
Query Parameters
Search by SKU or title.
Exclude automatically generated SKUs.
Only include products missing a design link.
Store filter accepted by the backend.
Page number, 1-indexed.
x >= 1Number of results per page.
1 <= x <= 100Product field to sort by.
Sort direction.
asc, desc, ASC, DESC