input_object

UpdateCartRequestInput

Request to update cart items and the operation to perform.
Fields
List of items to update. Example: [{ identifiers: { identifier: 'abc' }, item_id: 123, item_size: 'M', quantity: 1 }]
operation
Operation!
Required
Operation on items (update_item/remove_item). Example: update_item
free_gift_items
[FreeGiftItem]
Free gift items to update. Example: [{ promotion_id: 'PROMO1', item_id: 'SKU1', item_size: 'L' }]
free_gift_items_operation
FreeGiftItemsOperation
Operation for free gift items (add/remove). Example: add