App Introduction
This allows users to add products to a list. Merchants will know which items are listed the most. This app enables merchants to see which storefront products customers want the most.
Core Functionality
- No core function information available at the moment
Merchant-Friendly
- Independent Station Merchants
- Boutique E-commerce Merchants
- Multi-category E-commerce Merchants
Basic Information
- Developer:CCWebArch
- Address:Tehachapi, CA, US
- Price: Free / Free plan
- Rating:0 / 5
- Comment Count:0 comment
- Release Date:2024-11-25
- Supported languages:English
- Compatible products:Shopify
Application Screenshot
Price Plan
Monthly
$5
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:write_customers,read_customers,manage_products
- POST /admin/api/carts/{cart_id}/items.json
- GET /admin/api/carts/{cart_id}.json
- PUT /admin/api/carts/{cart_id}/items/{item_id}.json
Permission:write_cart,read_cart,manage_products
- GET /admin/api/products/{product_id}/wishlist_count.json
- GET /admin/api/wishlists.json
- GET /admin/api/wishlists/{wishlist_id}/items.json
Permission:read_customers,read_products,manage_wishlists