List Products
List products for the authenticated organization with optional filters and pagination. Supports API key Bearer token authentication.
Authorizations
Bearer API key for server-to-server access. Session auth is also supported in first-party UI flows.
Query Parameters
Filter by product status.
draft, active, archived, deleted Filter by enabled marketplace.
shopee, lazada, tiktok, shopify, zalora, amazon Filter by marketplace country (e.g., Singapore, Malaysia).
80Search query for product name or SKU.
200Minimum price filter.
x >= 0Maximum price filter.
x >= 0Sort order for results.
updatedAt, createdAt, name, price Result limit per page. Values above the cap are clamped silently; the applied value is returned in pagination.limit. Defaults to 20.
1 <= x <= 50Zero-based pagination offset. Use pagination.nextOffset from the previous response to page forward. Defaults to 0.
x >= 0