ProductCategory
productCategoryDescription string
Description of the product category
Example:
Apparel women tops
productCategoryId string
Unique identifier of the product category
Example:
123123
productCategoryName string
Name of the product category
Example:
Womens top
ProductCategory
{
"productCategoryDescription": "Apparel women tops",
"productCategoryId": "123123",
"productCategoryName": "Womens top"
}