Home > @vsf-enterprise/commercetools-types > ShoppingListQueryInterface
# ShoppingListQueryInterface type
Fields to access shopping lists. Includes direct access to a single list and searching for shopping lists.
Signature:
export declare type ShoppingListQueryInterface = {
shoppingList?: Maybe<ShoppingList>;
shoppingLists: ShoppingListQueryResult;
};
References: Maybe, ShoppingList, ShoppingListQueryResult