Families

Creating a new product family

You can use the API to create a new product family.

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

Product family modification

You can use the API to modify the product family.

Endpoint [PUT] /System/Content/Families on the API you can easily try.

Load all product families according to parameters

Using the API, you can load all product families according to the parameters we choose.

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

Load a specific product family

You can also use the API to load a specific product family using its identifier.

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

Last updated

Was this helpful?