Wishlists
List all Wishlists
Returns all wishlists available to the current user, in the current store.
GET
/
api
/
v2
/
storefront
/
wishlists
Authorizations
User token to authorize Cart and Checkout requests.
It is required to associate Cart with the User.
Query Parameters
Specify the related resources you would like to receive in the included
section of the response body. You can also retrieve related resources of included resources by using the dot notation, eg. wished_items.variant
. More information.
Specify the fields you would like returned in the response body. More information.
Number of requested records per page when paginating collection
Check for the presence of a variant in a wishlist by passing the variant ID, if the variant is present in the wishlist, the variant_included
attribute will return true
Was this page helpful?