App Introduction
Add a **Get Quote** button to boost bulk inquiries and effectively convert quotes into purchases. This app enables customers to submit requests for quotes on single or multiple products directly from your store. Quotes are automatically created as **draft orders** and listed in the admin interface. Store administrators can review quotes, apply fixed or percentage-based discounts, and send invoices to customers for payment. Customers will receive a link to pay for their submitted quote; once payment is completed, the quote converts to a formal order.
Core Functionality
- Generate quotes from product pages, or create quotes for all items in the cart directly from the cart page
- Apply percentage or fixed-amount discounts to quotes before sending invoices
- Simple configuration options to enable/disable the quote button on the cart or product pages
- Convert quotes to orders by sending customers an invoice for payment
Merchant-Friendly
- B2B Independent Station Merchants
- Custom Product E-commerce
- Wholesale & Retail Merchants
- Multi-category E-commerce Sellers
Basic Information
- Developer:Dynamic Dreamz
- Address:Balaji House, Opp. Sub jail, Ring Road, Surat, GJ, 395002, IN
- Price: Free / Free plan
- Rating:5 / 5
- Comment Count:1 comment
- Release Date:2022-9-2
- Supported languages:English
- Compatible products:Shopify
Application Screenshot
Price Plan
Premium Plan
User Location & Comments
User Location
Comments
Shopify API Used
- POST /admin/api/quotes.json
- GET /admin/api/products/{product_id}/quotes.json
- GET /admin/api/carts/{cart_id}/quotes.json
Permission:write_quotes,read_quotes,manage_products
- PUT /admin/api/quotes/{quote_id}/discounts.json
- GET /admin/api/quotes/{quote_id}/discounts.json
- DELETE /admin/api/quotes/{quote_id}/discounts/{discount_id}.json
Permission:write_quotes,read_quotes,manage_discounts
- PUT /admin/api/settings/quote_button.json
- GET /admin/api/settings/quote_button.json
- POST /admin/api/settings/quote_button/status.json
Permission:write_settings,read_settings,manage_online_store
- POST /admin/api/quotes/{quote_id}/orders.json
- GET /admin/api/quotes/{quote_id}/invoices.json
- PUT /admin/api/quotes/{quote_id}/status.json
Permission:write_orders,read_quotes,manage_invoices