Alokai

CartItemsV2Args

Contains the contents and other details about a guest or customer cart.

type CartItemsV2Args = {
  currentPage?: InputMaybe<Scalars['Int']['input']>;
  pageSize?: InputMaybe<Scalars['Int']['input']>;
  sort?: InputMaybe<QuoteItemsSortInput>;
};

Referenced Types

On this page