Retrieve products scoped to a specific category with pagination and search filtering.
category path segment.
The API performs a case-insensitive match for category names.| Parameter | Type | Description |
|---|---|---|
category | string | Category ID, slug, or name to filter products by. |
| Parameter | Type | Description |
|---|---|---|
page | integer | Page number to return (default 1). |
limit | integer | Maximum number of products per page (default 10). |
q | string | Optional search string applied within the chosen category. |
inWishlist
boolean indicating whether the product is in the user’s wishlist.JWT issued by the Salesive Store API for authenticated shoppers.
Optional storefront identifier sent as a header to scope responses to a specific shop. Try It requests remember this value once provided.
Optional identifier that scopes responses to a specific storefront when the referer cannot be inferred.
Category ID, slug, or name.