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.

circle-info

Endpoint [POST] /System/Content/Variantsarrow-up-right on the API you can easily try.

circle-check

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.

circle-info

Endpoint [POST] /System/Content/Variants/{id}/valuesarrow-up-right on the API you can easily try.

circle-check

Load all variant lists

All variant lists can be loaded using the API.

circle-info

Endpoint [GET] /System/Content/Variantsarrow-up-right on the API you can easily try.

circle-check

Load a specific variant

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

circle-info

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

circle-check

Last updated

Was this helpful?