object

FreeGiftItems

Details of free gift items which are received via promotion.
Fields
item_brand_name
String
Item brand name of the free gift item promotion applied on cart. Example: 'Acme'
item_id
Int
Item 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
String
Name of the free gift item received via free gift promotion. Example: 'Cotton Tote Bag'
item_price_details
ItemPriceDetails
Item price details which include effective, marked, currency. Example: { marked: { min: 299, max: 299 }, effective: { min: 0, max: 0 }, currency: 'INR' }
item_slug
String
Slug for an item. Example: 'cotton-tote-bag'
article_price
ArticlePriceDetails
Pricing 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
String
Selected size for the free gift item. Example: 'M'