Get product by slug
GET
/api/v1/business/website/products/{slug}/
Full product detail — images, options, variants, attributes, rating, and (for bundles) bundle items. Cached ~5 minutes.
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
slug*
Type
Requiredstring
Example
"cotton-t-shirt"Responses
The product.
application/json
JSON "status": true, "status_code": 0, "message": "string", "data": "string"
{
}