App Introduction
Empower your customers to create wishlists and wishlist categories, effectively boosting your store’s sales. Customers can build wishlists of all products they intend to purchase from your store. Additionally, you can enable them to create wishlist categories and save relevant products to these categories. Customers must log in to access items added to their wishlists. Store owners can track data for all created wishlists, send reminder emails to customers about products in their wishlists, and choose from a variety of wishlist icons.
Core Functionality
- Allow your customers to create a wishlist of products they want to buy.
- Customers can add categories to their wishlist and include their desired products.
- Send customers reminders to purchase items from their wishlist.
Merchant-Friendly
- Independent Station Merchants
- Fashion & Apparel E-commerce
- Home Goods Merchants
- 3C Digital Sellers
Basic Information
- Developer:Webkul Software Pvt Ltd
- Address:H-28, Sector 63, Noida, UP, 201301, IN
- Price: Free / Free plan
- Rating:5 / 5
- Comment Count:2 comment
- Release Date:2016-11-7
- Supported languages:English
- Compatible products:Shopify
Application Screenshot
Price Plan
基础计划
User Location & Comments
User Location
Comments
Shopify API Used
- POST /admin/api/customers/{customer_id}/wishlists.json
- GET /admin/api/customers/{customer_id}/wishlists.json
- PUT /admin/api/customers/{customer_id}/wishlists/{wishlist_id}.json
Permission:read_customers,write_customers,manage_wishlists
- POST /admin/api/wishlists/{wishlist_id}/categories.json
- PUT /admin/api/wishlists/{wishlist_id}/categories/{category_id}.json
- DELETE /admin/api/wishlists/{wishlist_id}/categories/{category_id}.json
Permission:read_wishlists,write_wishlists,manage_products
- POST /admin/api/wishlists/{wishlist_id}/products.json
- PUT /admin/api/wishlists/{wishlist_id}/products/{product_id}.json
- DELETE /admin/api/wishlists/{wishlist_id}/products/{product_id}.json
Permission:read_products,write_wishlists,manage_wishlists
- POST /admin/api/wishlists/{wishlist_id}/reminders.json
- GET /admin/api/wishlists/{wishlist_id}/reminders.json
- PUT /admin/api/wishlists/{wishlist_id}/reminders/{reminder_id}.json
Permission:read_wishlists,write_wishlists,manage_notifications