Home > @vsf-enterprise/commercetools-types > ShoppingListQueryInterfaceShoppingListArgs

# ShoppingListQueryInterfaceShoppingListArgs type

Fields to access shopping lists. Includes direct access to a single list and searching for shopping lists.

Signature:

export declare type ShoppingListQueryInterfaceShoppingListArgs = {
    id?: InputMaybe<Scalars['String']>;
    key?: InputMaybe<Scalars['String']>;
};

References: InputMaybe, Scalars