object

CartProduct

Cart product data structure which includes product data as action, attributes, brand, categoreis,, images, item code, tags, item id, item name, etc.
Fields
_custom_json
JSON
Field to add custom json of the product in cart.
Schema of Action Object to render the product.
attributes
JSON
Product attributes defined on platform.
Basic information which provides basic info like uid of any entity like brand or seller and name of the entity.
categories
[CategoryInfo]
Product category information which incldes category name and category id.
Product Images urls of different types like secure url, aspect ration url and url.
item_code
String
Product code of the product while defining product on platform.
name
String
Product name of the product in cart which is defined on platform.
slug
String
Unique product url name generated via product name and other meta data.
Products tags that are added to each product to identify the set of products.
teaser_tag
JSON
List of labels or batches attached to a product in cart.
type
String
Type of product in cart.
uid
Int
Unique identifier of the product in cart.