Skip to content

Parametric category available parameters

Request

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
Path
categoryGuidstringrequired

Guid of the parent category.

Example:5c498fb7-70ac-11e9-9208-08002774f818
Headers
Content-Typestringrequired
Default:"application/json"
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'

Responses

OK

Bodyapplication/json
dataobjectrequired
errorsArray of objects or null(Errors)required
Response
{ "data": { "categoryGuid": "1b02cb8e-d7b5-11e0-9a5c-feab5ed617ed", "categoryName": "T-shirts", "parameters": [] }, "errors": [ {} ] }