Skip to main content

ProductItem

Product Item data

custom_idstringrequired

Custom Identifier for the Product referred

Possible values: <= 255 characters

Example: item_123
entity_typestringrequired

Possible values: [item]

style_idstring

Possible values: <= 255 characters

style_namestring

Possible values: <= 255 characters

product_categorystring

The Product Category ID

Possible values: <= 255 characters

product_linestring

The Product Line ID

Possible values: <= 32 characters

departmentstringnullable

The Department ID

Possible values: <= 255 characters

classstringnullable

The Class ID

Possible values: <= 255 characters

brandstring

The Brand ID

Possible values: <= 255 characters

colorstringrequired

Color of the product

Possible values: <= 255 characters

sizestringrequired

Size of the product

Possible values: <= 255 characters

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"
}