Our Partner & Developer boards on the community are moving to a brand new home: the .dev community forums! While you can still access past discussions here, for all your future app and storefront building questions, head over to the new forums.

Wishlist graphql api

Wishlist graphql api

dotkonnek
Shopify Partner
9 0 1

Is shopify have any graphql queries to manage wishlist. If so please share the documentation details.

I would like to know how wishlist is managed in shopify and what are the graphql queries supporting that.

 

Replies 2 (2)

ShopifyDevSup
Shopify Staff
1453 238 530

Hi @dotkonnek 👋

 

At this time, our Admin/Storefront APIs doesn't support a dedicate wishlist resource. One work around would be to leverage the `metafield` object for customers to track the products on a the customer's wishlist. 

 

Hope that helps!

Developer Support @ Shopify
- Was this reply helpful? Click Like to let us know!
- Was your question answered? Mark it as an Accepted Solution
- To learn more visit Shopify.dev or the Shopify Web Design and Development Blog

Abhishek_Bharad
Shopify Partner
10 0 1

Hi Lekha,

 

Smart Wishlist offers both REST API as well as Javascript API to manage the wishlist. Here is the REST API documentation. Hope it helps.