Returns all available parameters for a parent category that can be used when creating parametric categories and their combinations.
The "Advanced SEO" module must be active to use this endpoint.
Security
shoptetAccessToken or shoptetPrivateApiToken
- Mock serverhttps://api.docs.shoptet.com/_mock/shoptet-api/openapi/api/parametric-categories-available-parameters/{categoryGuid}
- https://api.myshoptet.comhttps://api.myshoptet.com/api/parametric-categories-available-parameters/{categoryGuid}
- shoptetAccessToken
- shoptetPrivateApiToken
curl -i -X GET \
https://api.docs.shoptet.com/_mock/shoptet-api/openapi/api/parametric-categories-available-parameters/5c498fb7-70ac-11e9-9208-08002774f818 \
-H 'Content-Type: application/json' \
-H 'Shoptet-Access-Token: YOUR_API_KEY_HERE'Response
{ "data": { "categoryGuid": "1b02cb8e-d7b5-11e0-9a5c-feab5ed617ed", "categoryName": "T-shirts", "parameters": [ … ] }, "errors": [ { … } ] }