Alokai

RemoveItemFromCartInput

Specifies which items to remove from the cart.

type RemoveItemFromCartInput = {
  cart_id: Scalars['String']['input']; /** Deprecated. Use `cart_item_uid` instead. */
  cart_item_id?: InputMaybe<Scalars['Int']['input']>; /** Required field. The unique ID for a `CartItemInterface` object. */
  cart_item_uid?: InputMaybe<Scalars['ID']['input']>;
};

Referenced Types

On this page