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.

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.

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.

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.

Last updated

Was this helpful?