Fields
item_brand_name
StringItem brand name of the free gift item promotion applied on cart. Example: 'Acme'
item_id
IntItem id of the free gift item. Example: 987654
item_images_url
[String]Images URLs for free gift items. Example: ['https://cdn.example.com/img1.jpg']
item_name
StringName of the free gift item received via free gift promotion. Example: 'Cotton Tote Bag'
item_price_details
ItemPriceDetailsItem price details which include effective, marked, currency. Example: { marked: { min: 299, max: 299 }, effective: { min: 0, max: 0 }, currency: 'INR' }
item_slug
StringSlug for an item. Example: 'cotton-tote-bag'
article_price
ArticlePriceDetailsPricing information for the free gift article, including both the initial marked price and the final effective price after applying the product discount.
available_sizes
[String]Available sizes for the free gift item. Example: ['S', 'M', 'L']
size
StringSelected size for the free gift item. Example: 'M'
Was this section helpful?