Categories
The store's product categories. Use a category's id or slug with categories/{category}/products.
Authorization
http Use a Sanctum bearer token.
In: header
Query Parameters
Header Parameters
Your store API key (Dashboard → Settings → API keys). pk_live_… public keys are for browser code and only work from an origin on the key's allowlist; sk_live_… private keys are for servers and native apps and need no Origin.
Response Body
application/json
application/json
application/json
curl -X GET "https://example.com/store/categories" \ -H "X-Client-Key: {{clientKey}}"{}Paginated products in one category. Same product shape and filters as products.
Authorization
http Use a Sanctum bearer token.
In: header
Path Parameters
Query Parameters
length <= 100Value in
- "newest"
- "price_low"
- "price_high"
- "popular"
- null
1 <= value <= 50Header Parameters
Your store API key (Dashboard → Settings → API keys). pk_live_… public keys are for browser code and only work from an origin on the key's allowlist; sk_live_… private keys are for servers and native apps and need no Origin.
Response Body
application/json
application/json
application/json
curl -X GET "https://example.com/store/categories/string/products" \ -H "X-Client-Key: {{clientKey}}"{}