App Introduction
Set order limits and block checkout until requirements are met. ProductWell’s Order Limits Quantity enables merchants to create custom rules to control how and when customers complete checkout. Restrict orders by product, quantity, customer, or shipping—no coding required. Built on Shopify Functions with a highly optimized checkout engine, it enforces rules instantly using the latest store data, ensuring fast, reliable performance even in complex stores with multiple rules or large carts.
Core Functionality
- Apply restrictions to the entire cart, product collections, or specific products
- Set checkout restrictions based on customer and shipping details
- Set weight limits for the entire cart or specific products
- Set minimum or maximum rules for cart and product amounts or quantities
- Display checkout messages to guide customers with cart adjustments
Merchant-Friendly
- Independent Station Merchants
- Multi-category E-commerce
- Cross-border E-commerce Merchants
- Vertical Category Stores
Basic Information
- Developer:ProductWell
- Address:Warsaw, PL
- Price: Free / Free plan
- Rating:0 / 5
- Comment Count:0 comment
- Release Date:2025-8-5
- Supported languages:English
- Compatible products:Shopify
Application Screenshot
Price Plan
Free
User Location & Comments
User Location
Comments
Shopify API Used
- POST /admin/api/cart_rules.json
- PUT /admin/api/cart_rules/{id}.json
- GET /admin/api/cart_rules.json
Permission:write_cart_rules,read_cart_rules,manage_checkout
- POST /admin/api/checkout_rules.json
- PUT /admin/api/checkout_rules/{id}.json
- GET /admin/api/checkout_rules.json
Permission:write_checkout_rules,read_checkout_rules,manage_customers
- POST /admin/api/cart_weight_rules.json
- PUT /admin/api/cart_weight_rules/{id}.json
- GET /admin/api/cart_weight_rules.json
Permission:write_cart_rules,read_cart_rules,manage_products
- POST /admin/api/cart_amount_rules.json
- PUT /admin/api/cart_amount_rules/{id}.json
- GET /admin/api/cart_amount_rules.json
Permission:write_cart_rules,read_cart_rules,manage_checkout
- POST /admin/api/checkout_messages.json
- PUT /admin/api/checkout_messages/{id}.json
- GET /admin/api/checkout_messages.json
Permission:write_checkout_messages,read_checkout_messages,manage_checkout