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