UpdateCartCustomAttributesInput
Represents inputs needed for updating the cart custom attributes values
This page contains
Fields
| cartId ID! | Represents the ID of the cart |
| customAttributes CartCustomAttributesInput PREVIEW | Represents updated values of customAttributes of the cart |
| items [UpdateCartItemCustomAttributesInput!] PREVIEW | Represents the updated cart items with updated customAttributes data |
Mutations for UpdateCartCustomAttributesInput
| updateCartCustomAttributes PREVIEW | Update an existing cart custom attributes |


