StyleResponse
assortments object[]nullable
productCategoryIdstringrequired
Example:
product_category_1
productCategoryNamestring
Possible values: non-empty
solids object[]nullable
styleIdstringrequired
Possible values: non-empty
Example:
style_1
styleNamestringnullable
StyleResponse
{
"assortments": [
{
"assortmentId": "string",
"cartonQuantity": 0,
"items": [
{
"brandId": "brand_1",
"brandName": "string",
"classId": "class_id_1",
"color": "string",
"configuration": 0,
"departmentId": "department_id_1",
"id": "string",
"itemId": "string",
"quantity": 0,
"shipmentTerm": "shipment_term_1",
"size": "string"
}
]
}
],
"productCategoryId": "product_category_1",
"productCategoryName": "string",
"solids": [
{
"brandId": "brand_1",
"brandName": "string",
"cartonQuantity": 0,
"casePackQuantity": 0,
"classId": "class_id_1",
"color": "string",
"departmentId": "department_id_1",
"id": "string",
"itemId": "string",
"quantity": 0,
"shipmentTerm": "shipment_term_1",
"size": "string"
}
],
"styleId": "style_1",
"styleName": "string"
}