WishlistCollectionResponse
Response with collection of wishlists.
interface WishlistCollectionResponse {
data: Wishlist[];
meta: MetaCollection;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
data | Required | Wishlist[] | Collection of the wishlists |
meta | Required | MetaCollection | Data about the response, including pagination and collection totals. |