Home > @vsf-enterprise/bigcommerce-api > GetAllWishlistQuery
# GetAllWishlistQuery interface
Optional filter parameters to retrieve.
Signature:
export interface GetAllWishlistQuery
# Properties
| Property | Type | Description |
|---|---|---|
| limit? | number | (Optional) The numbers of items to return per page. Default is 50 and maximum is 250. |
| page? | number | (Optional) The page number of results per page. 1 is the default and starts from record 0. |