products/configuration/brands
- GET products/configuration/brands/list — This method returns the product brands that are allowed to be used by products. Multiple product brands are returned by each call
- GET products/configuration/brands/show — This method returns information related with a product brand. A single product brand is returned by each call
- POST products/configuration/brands/create — This method creates a new product brand that will be allowed to be used by products
- POST products/configuration/brands/update — This method updates an existing product brand. A single product brand 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.