Alokai

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>>;
};

Referenced Types

On this page