Fields
_custom_json
JSONField to add custom json at article level while add items to cart .
article_assignment
JSONField to determine how article assignment should happen by article assignment level and strategy.
article_id
StringUnique identifier of an article .
display
StringDisplay field at article level .
extra_meta
JSONExtra meta data to be added at article level while add items to cart.
item_id
IntUnique identifier to identify product.
item_size
StringField to determine size of the product.
meta
JSONField to add meta data at article level.
parent_item_identifiers
[JSON]Fields to determine parent product of the product.
pos
BooleanFiled to determine whether user is making request from pos or not.
product_group_tags
[String]Field to specify the product groups of the product that the user is trying to add in cart.
quantity
IntField to specify the product quantity that user wants to buy.
seller_id
IntUnique idetifier of the seller selected by the user from which user want to buy a product .
store_id
IntUnique identifier of the store selected by the user from which user want to buy a product.
seller_identifier
StringAdd items using seller identifier for store os.
Was this section helpful?