Dedicated to the Hydrogen framework, headless commerce, and building custom storefronts using the Storefront API.
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.
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
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.