App Introduction
Implement flexible sales strategies with features like quantity limits, pre-order periods, and login requirements. One app handles all purchase restrictions, including pre-orders (with delayed payment options), quantity limits (minimum x, maximum y), limited-time sales (available from x to y days), upcoming availability (available from x), bundle restrictions (e.g., A and B cannot be purchased together), and customer-specific restrictions (login required, customer tags, quantity per person/day). It uses cart and checkout validation APIs. Order rules can be applied to products, collections, tags, and customer tags.
Core Functionality
- Quantity limit (from x to y items)
- Pre-order
- Date range restriction (from MM/DD to MM/DD)
- Cross-product purchase restriction (cannot buy Product A and Product B together)
- Customer restrictions (requires login, customer tag-based, quantity per customer)
Merchant-Friendly
- Independent Station Merchants
- Multi-category E-commerce
- Pre-order Merchants
- Membership E-commerce
Basic Information
- Developer:Capital Castle
- Address:樺山, 三股町, JP-45, 889-1901, JP
- Price: Free / Free plan
- Rating:5 / 5
- Comment Count:1 comment
- Release Date:2024-5-6
- Supported languages:English、Japanese
- Compatible products:Shopify
Application Screenshot
Price Plan
Normal Plan
- Quantity Limit
Standard Plan
- Quantity Limit
- Time Limit
- Customer Limit
- Concurrent Order Limit
- Pre-order
User Location & Comments
User Location
Comments
Shopify API Used
- POST /admin/api/discounts.json
- PUT /admin/api/discounts/{id}.json
- GET /admin/api/discounts.json
Permission:write_discounts,read_discounts,manage_products
- POST /admin/api/products.json
- PUT /admin/api/products/{id}.json
- GET /admin/api/products.json
Permission:write_products,read_products,manage_inventory
- POST /admin/api/discounts.json
- PUT /admin/api/discounts/{id}.json
- GET /admin/api/discounts.json
Permission:write_discounts,read_discounts,manage_orders
- POST /admin/api/rules.json
- PUT /admin/api/rules/{id}.json
- GET /admin/api/rules.json
Permission:write_rules,read_rules,manage_products
- POST /admin/api/discounts.json
- PUT /admin/api/customers/{id}/tags.json
- GET /admin/api/customers.json
Permission:write_discounts,read_customers,manage_tags