Variants

Creating a new set of variants

You can use the API to create a new set of variations that can be assigned to products.

Endpoint [POST] /System/Content/Variants on the API you can easily try.

You can find more information about the endpoint and its parameters in our API documentation

Creating a new value in a set of variants

You can use the API to create a new value in a variant set using the variant set identifier.

Endpoint [POST] /System/Content/Variants/{id}/values on the API you can easily try.

You can find more information about the endpoint and its parameters in our API documentation

Load all variant lists

All variant lists can be loaded using the API.

Endpoint [GET] /System/Content/Variants on the API you can easily try.

You can find more information about the endpoint and its parameters in our API documentation

Load a specific variant

You can also use the API to load a specific set of variants using its identifier.

Endpoint [GET] /System/Content/Variants/{id} on the API you can easily try.

You can find more information about the endpoint and its parameters in our API documentation

Last updated