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.
You can find more information about the endpoint and its parameters in our API documentation
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.
You can find more information about the endpoint and its parameters in our API documentation
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.
You can find more information about the endpoint and its parameters in our API documentation
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.
You can find more information about the endpoint and its parameters in our API documentation
Last updated