object

OrderItem

Schema for item.
Fields
An object containing brand information. For example, `brand` can be set to a ItemBrand object.
code
String
The code or SKU of the item. For example, `code` can be set to 'sample_code'.
id
Int
The unique identifier of the item. For example, `id` can be set to 9.
An array of URLs pointing to images of the item. For example, `image` can be set to ['value'].
l1_categories
[String]
An array of level 1 categories the item belongs. For example, `l1_categories` can be set to ['value'].
l2_categories
[String]
An array of level 2 categories the item belongs to. For example, `l2_categories` can be set to ['value'].
l3_category_name
String
The level 3 category name. For example, `l3_category_name` can be set to 'Sample Name'.
name
String
The name of the ite. For example, `name` can be set to 'Sample Name'.
seller_identifier
String
An object containing brand information. For example, `seller_identifier` can be set to '507f1f77bcf86cd799439011'.
size
String
The size of the item. For example, `size` can be set to 'value'.
slug_key
String
A unique key or identifier for the item slug. For example, `slug_key` can be set to 'value'.
attributes
JSON
An object containing various attributes of the item. For example, `attributes` can be set to { key: 'value' }.
l2_category_id
Int
ID representing the level 2 category classification of the item. For example, `l2_category_id` can be set to 1.