ProductCategoryOrLine
id stringnullable
Unique identifier of the product category or product line
Example:
C123
name stringnullable
Name of the product category or product line
Example:
Menswear
ProductCategoryOrLine
{
"id": "C123",
"name": "Menswear"
}