Retrieve a Wishlist
Retrieves a wishlist using the wishlist token.
If the wishlist is publicly viewable, the endpoint will return the requested wishlist regardless of the user. If the wishlist is private, only the wishlist owner can access the wishlist.
Path Parameters
The token is a unique string used to identify the target resource.
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.
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
Response
Was this page helpful?