ProductResponse
info object
Information of the product
categories object[]
Information of the product category
Array [
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
]
productDescriptionstring
Description of the product
Example:
women tops for SS22
productNamestring
Name of the product
Example:
Cashmere womens top
productLineIdstring
Unique identifier of the product line
Example:
A123
ProductResponse
{
"info": {
"categories": [
{
"productCategoryDescription": "Apparel women tops",
"productCategoryId": "123123",
"productCategoryName": "Womens top"
}
],
"productDescription": "women tops for SS22",
"productName": "Cashmere womens top"
},
"productLineId": "A123"
}