products/configuration/families
- GET products/configuration/families/list — This method returns the product families that are allowed to be used by products. Multiple product families are returned by each call
- GET products/configuration/families/show — This method returns information related with a product family. A single product family is returned by each call
- POST products/configuration/families/create — This method creates a new product family that will be allowed to be used by products
- POST products/configuration/families/update — This method updates an existing product family. A single product family can be updated by each call. Fields which are not specified are not updated at all. Fields which are specified as null will be set as null.