Fields
_custom_json
JSONField to update custom json of the article in cart.
cart_item_meta
JSONMeta details of the article added from cart.
extra_meta
JSONField to update extra meta of the article in cart.
gift_card
JSONGift card detail if gift card applied to the product which indicates gift price, gift applicable flag and display message for the gift.
identifier
JSONUnique identifier of the article.
is_gift_visible
BooleanWhether the product can be purchased as a gift. It is true if the product is available for gifting and false otherwise.
meta
JSONArticle meta data.
mto_quantity
IntQuantity of the product which will specially manufactured as not available in stock.
parent_item_identifiers
JSONFields to determine parent product of the product.
price
ArticlePriceInfoArticle level price details which includes base and converted prices of article.
product_group_tags
[String]List fot the unique identifier for the product grouping.
quantity
IntQuantity of the article added in cart.
seller
NameInformationBasic information which provides basic info like uid of any entity like brand or seller and name of the entity.
seller_identifier
StringList of identifiers used by sellers for the product size.
size
StringSize of the article added in cart.
store
StoreInfoStore information of the store which includes store name, store id and store code.
tags
[String]A list of article tags.
type
StringType of the data sent in response. Possible value is article.
uid
StringThis unique identifier is assigned to the specific article. This represents item x size x location.
Was this section helpful?