List products in a category
GET
/api/v1/business/website/categories/{category_id}/products/
Products of one category. Cached ~5 minutes per (category, sort).
Authorizations
apiKey
Your business API key (sb_live_*) — identifies which store the request is for. Required on every /api/v1/business/website/ request.
Type
API Key (header: X-Periscale-Key)
Parameters
Path Parameters
category_id*
Type
Requiredinteger
Example
1Responses
Products in the category.
application/json
JSON "status": true, "status_code": 0, "message": "string", "data": { "items": [ ], "next_cursor": "string", "has_more": true, "category": { "id": 0, "name": "string" } }
{
}