Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 5decf8a

Browse files
committed
Add attribute to updateCartItems
1 parent 7d34f11 commit 5decf8a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/guides/v2.4/graphql/mutations/update-cart-items.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ Attribute | Data Type | Description
108108
--- | --- | ---
109109
`cart_item_id` | Int! | The unique ID assigned when a customer places an item in the cart
110110
`customizable_options` | [CustomizableOptionInput!] | An array that defines customizable options for the product
111+
`gift_wrapping_id` | ID | The unique identifier of the gift wrapping to be used for the cart item
111112
`quantity` | Float | The new quantity of the item. A value of `0` removes the item from the cart
112113

113114
### CustomizableOptionInput object {#CustomizableOptionInputSimple}

0 commit comments

Comments
 (0)