Home > @vsf-enterprise/commercetools-api > CreateMyShoppingListResponse
# CreateMyShoppingListResponse type
Data returned from the createMyShoppingList
API endpoint
Signature:
export declare type CreateMyShoppingListResponse = QueryResponse<'wishlist', ShoppingList>;
References: QueryResponse, ShoppingList