Product Categories
Each product belongs to a product category. A product category is used to define the name of the product item and the name of the contact that is owner or holder of the product.
Operations
- Get a list of product categories GET /api/1/{accountname}/settings/productcategories
- Get a single product category GET /api/1/{accountname}/settings/productcategories/{id}
- Create a new product category POST /api/1/{accountname}/settings/productcategories
- Modify an existing product category PUT /api/1/{accountname}/settings/productcategories/{id}
- Remove a product category DELETE /api/1/{accountname}/settings/productcategories/{id}
- Fetch translatable fields GET /api/1/{accountname}/settings/productcategories/{id}/translate
- Update translations PUT /api/1/{accountname}/settings/productcategories/{id}/translate