App Introduction
Restrict orders using a combination of conditions (quantity, amount, products, bundles, countries, customer tags, etc.). GATE is an app that lets users flexibly define order rules and block orders meeting those rules from proceeding to the checkout page. Rules can be paired with various conditions (quantity, amount, product collections, shipping countries, customer tags, login status, etc.). After installation, simply select a template and activate it to get started. Leverages the latest cart and checkout validation APIs for secure, fast server-side validation.
Core Functionality
- Customer Restrictions - Restrict purchases based on login status or customer tags
- Quantity Restrictions - Minimum and maximum quantity limits, Total quantity limit in cart
- Amount Restrictions - Minimum and maximum amount limits, Total amount limit in cart
- Delivery country restrictions, product collection or specific product restrictions
- Combination of multiple restrictions / Easily create from order restriction templates
Merchant-Friendly
- Independent Station Merchants
- Multi-category E-commerce
- Cross-border E-commerce
- Boutique E-commerce
Basic Information
- Developer:tukuru llc
- Address:ukima 4-32-22, 503, kitaku, JP-13, 1150051, JP
- Price: Free / Free plan
- Rating:0 / 5
- Comment Count:0 comment
- Release Date:2025-6-27
- Supported languages:Japanese、English
- Compatible products:Shopify
Application Screenshot
Price Plan
Free
- 50 Saved Order Limit Rules
- 1 Event Rule (Some Restrictions Apply)
Pro
- Free Development Store
- 50 Saved Order Limit Rules
- 25 Active Order Limit Rules
User Location & Comments
User Location
Comments
Shopify API Used
- POST /admin/api/purchase_rules.json
- PUT /admin/api/purchase_rules/{id}.json
- GET /admin/api/purchase_rules.json
Permission:write_purchase_rules,read_purchase_rules,manage_customers
- POST /admin/api/purchase_rules/quantity.json
- PUT /admin/api/purchase_rules/quantity/{id}.json
- GET /admin/api/purchase_rules/quantity.json
Permission:write_purchase_rules,read_purchase_rules,manage_cart
- POST /admin/api/purchase_rules/amount.json
- PUT /admin/api/purchase_rules/amount/{id}.json
- GET /admin/api/purchase_rules/amount.json
Permission:write_purchase_rules,read_purchase_rules,manage_cart
- POST /admin/api/purchase_rules/restriction.json
- PUT /admin/api/purchase_rules/restriction/{id}.json
- GET /admin/api/purchase_rules/restriction.json
Permission:write_purchase_rules,read_purchase_rules,manage_products
- POST /admin/api/purchase_rule_templates.json
- PUT /admin/api/purchase_rule_templates/{id}.json
- GET /admin/api/purchase_rule_templates.json
Permission:write_purchase_rules,read_purchase_rules,manage_orders