UpdateCartItemsInput
Modifies the specified items in the cart.
type UpdateCartItemsInput = {
cart_id: Scalars['String']['input']; /** An array of items to be updated. */
cart_items: Array<InputMaybe<CartItemUpdateInput>>;
};Modifies the specified items in the cart.
type UpdateCartItemsInput = {
cart_id: Scalars['String']['input']; /** An array of items to be updated. */
cart_items: Array<InputMaybe<CartItemUpdateInput>>;
};