ItemAttributes
code stringnullable
Code of item attribute
Example:
GC Apparel
items object[]nullable
List of item
Array [
groupCode stringnullable
Group code
itemId stringnullable
Item id
styleId stringnullable
Style id
]
name stringnullable
Name of item attribute
Example:
Group Code Apparel
type stringnullable
Type of item attribute
Example:
single_choice
ItemAttributes
{
"code": "GC Apparel",
"items": [
{
"groupCode": "string",
"itemId": "string",
"styleId": "string"
}
],
"name": "Group Code Apparel",
"type": "single_choice"
}