Home > @vsf-enterprise/commercetools-api > GetMyShoppingListResponse
# GetMyShoppingListResponse type
Data returned from the getMyShoppingList
API endpoint
Signature:
export declare type GetMyShoppingListResponse = QueryResponse<'me', MeQueryInterface>;
References: QueryResponse, MeQueryInterface