Returns all products from the system that the user has access to

get/affiliate/products

Query parameters

pageinteger

Page number for pagination. Starts at 1.

limitinteger

Number of products per page. Maximum 100. Default: 5.

searchstring

Search term to filter products by name or description.

pricestring

Price range filter in cents. Format: from:to

organizationIdsstring

Filter products by specific brand organization IDs. Multiple IDs separated by commas.

isAvailableboolean

Filter products by availability status

Response

Products response

countinteger

Total number of products matching the filters

Changes

No recorded changes to this endpoint across all 1 revision of this API.