Get category
Products
List products by category
Retrieve catalog items scoped to a specific category with pagination and search filtering.
GET
Get category
Request
You can pass the category ID or slug in the
category path segment.Headers
| Header | Type | Description |
|---|---|---|
x-shop-id | string | Identify the shop context. |
Path parameters
| Parameter | Type | Description |
|---|---|---|
category | string | Category ID or slug to filter products by. |
Query parameters
| 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. |
Food-enabled storefronts return
catalogType: "food" and include a foods
alias alongside products.Successful response
Error response
Authorizations
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.
Headers
Optional identifier that scopes responses to a specific storefront when the referer cannot be inferred.
Path Parameters
Category ID, slug, or name.

