Skip to main content

ProductItem

Product Item data

custom_idstringrequired

Custom Identifier for the Product referred

Example: item_123
entity_typestringrequired

Possible values: [item]

style_idstring
style_namestring
product_categorystring

custom_id of the product category

product_linestring

custom_id of the product line

departmentstringnullable

custom_id of the department

classstringnullable

custom_id of the class category

brandstring

custom_id of the brand category

colorstringrequired

Color of the product

sizestringrequired

Size of the product

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