App Introduction
Boost Revenue. Offer customers free gifts with orders and create various gift rules. Webkul’s Order Gift feature enables you to assign free gifts with orders based on defined rules. To display gifts on the frontend, the first step is to select the products you want to add as gifts—by accessing Shopify’s Products section and choosing Order Gift from the app section. You can then create rules for gift allocation and set a minimum order amount to qualify for the free gift. A pop-up can be added to the homepage to inform customers about the gift offer.
Core Functionality
- Admins can create various gift products.
- Admins can set up gift rules (buy X get Y) based on the order's total amount.
- A dedicated page displays all gift rules.
- Gift products will be automatically added to the buyer's cart.
- Buyers can swap gifts from the available free gift list.
Merchant-Friendly
- Gift Merchants
- Promotional E-commerce
- Independent Station Merchants
- Retail Stores
Basic Information
- Developer:Webkul Software Pvt Ltd
- Address:H-28, Sector 63, Noida, UP, 201301, IN
- Price: Free / Free plan
- Rating:4 / 5
- Comment Count:25 comment
- Release Date:2017-4-17
- Supported languages:English
- Compatible products:Shopify
Application Screenshot
Price Plan
Basic
Yearly
User Location & Comments
User Location
Comments
Shopify API Used
- POST /admin/api/products.json
- PUT /admin/api/products/{product_id}.json
- GET /admin/api/products.json
Permission:write_products,read_products,manage_products
- POST /admin/api/gift_rule.json
- PUT /admin/api/gift_rule/{id}.json
- GET /admin/api/gift_rule.json
Permission:write_gift_rule,read_gift_rule,manage_orders
- GET /admin/api/gift_rule.json
- GET /admin/api/gift_rule/{id}.json
- GET /admin/api/products.json?tag=gift
Permission:read_gift_rule,read_products,view_shop
- POST /admin/api/carts/{cart_id}/items.json
- GET /admin/api/carts/{cart_id}.json
- GET /admin/api/gift_rule.json?order_total={total}
Permission:write_carts,read_carts,read_gift_rule
- PUT /admin/api/carts/{cart_id}/items/{item_id}.json
- DELETE /admin/api/carts/{cart_id}/items/{item_id}.json
- POST /admin/api/carts/{cart_id}/items.json
Permission:write_carts,read_carts,read_products