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
JSONField to add custom json of the product in cart.
action
ProductActionSchema of Action Object to render the product.
attributes
JSONProduct attributes defined on platform.
brand
BaseInfoBasic 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.
images
[ProductImage]Product Images urls of different types like secure url, aspect ration url and url.
item_code
StringProduct code of the product while defining product on platform.
name
StringProduct name of the product in cart which is defined on platform.
slug
StringUnique product url name generated via product name and other meta data.
tags
[String]Products tags that are added to each product to identify the set of products.
type
StringType of product in cart.
uid
IntUnique identifier of the product in cart.
teaser_tag
TagsContains Tags which is a lable or batch that is attached to a product in cart.
Was this section helpful?