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

Commit e7f6065

Browse files
committed
Removed attribute. Wrong branch
1 parent 5decf8a commit e7f6065

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@ 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
112111
`quantity` | Float | The new quantity of the item. A value of `0` removes the item from the cart
113112

114113
### CustomizableOptionInput object {#CustomizableOptionInputSimple}

0 commit comments

Comments
 (0)