Gets a list of wishlists.
Name | Description | Usage |
---|---|---|
accountId | This will filter the request by account ID. | GET wishlists?filter=accountid~{operator}~{value} |
createDate | This will filter the request by create date. | GET wishlists?filter=createdate~{operator}~{value} |
productId | This will filter the request by product ID. | GET wishlists?filter=productid~{operator}~{value} |
Name | Description | Usage |
---|---|---|
index | The index to retrieve when requesting paged results. | GET wishlists?page=index~{value} |
size | The size of the page when retrieving paged results. | GET wishlists?page=size~{value} |