Skip to main content

MaterialItem

Material Item data

custom_idstringrequired

Custom Identifier for the Product referred

Example: item_123
entity_typestringrequired

Possible values: [material]

style_idstring
style_namestring
product_categorystring

The Product Category ID

product_linestring

The Product Line ID

departmentstringnullable

The Department ID

classstringnullable

The Class ID

brandstring

The Brand ID

colorstringnullable

Color of the product

sizestringnullable

Size of the product

MaterialItem
{
"entity_type": "material",
"custom_id": "item_123",
"style_id": "string",
"style_name": "string",
"product_category": "string",
"product_line": "string",
"department": "string",
"class": "string",
"brand": "string",
"color": "string",
"size": "string"
}