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