Skip to main content
GET
List Products

Authorization

string
required
Bearer token for authentication. Format: Bearer qwoty_your_token

Query Parameters

integer
default:"30"
Number of results per page (max 200)
integer
default:"1"
Page number (1-based)
string
Filter by external identifier. Matches against identifiers[erp], identifiers[crm], and identifiers[accounting].
string
Filter by exact API name
string
Filter by SKU (inventory[sku])
string
Filter by internal reference

Examples

Response

integer
Total number of products matching the query (across all pages)
string | null
URL to fetch the next page, or null if this is the last page
array
Array of product objects for the current page

Error Responses