# Free Shipping How to access on Fynd Commerce Commerce panel → Sales Channel (select application) → Marketing → Offers ## What Is It? The Free Shipping offer waives the shipping cost entirely when the customer’s cart total reaches or exceeds a specified minimum value. The discount applied equals the shipping cost charged on that order. This is one of the most effective ways to incentivise larger purchases — customers are often willing to add more items to their cart to qualify for free shipping. ## When to Use It * Permanent free shipping threshold (e.g. “Free shipping on all orders above ₹499”) * Seasonal campaigns with free shipping * App-exclusive free shipping to drive downloads * Location-specific free shipping (metro cities, zones) ## Key Parameters | Parameter | What It Means | | --- | --- | | Minimum Cart Value (MCV) (required) | The minimum cart value required for free shipping. Set ₹0 for sitewide free shipping. | ## Discount Formula ```id="ship-formula" Shipping Waiver (SW) = Shipping Cost (SC) ``` ```id="ship-total" Total = CV + SC - SW = CV ``` Where: * CV = Cart value * SC = Shipping cost * SW = Shipping waiver ## Worked Example ### Example 1 (Eligible) | Details | Value | | --- | --- | | Cart Value | ₹3,000 | | Shipping Cost | ₹150 | | MCV | ₹499 | | Cart meets MCV? | Yes | | Shipping Waiver | ₹150 | | Customer Pays | ₹3,000 | ### Example 2 (Not Eligible) | Details | Value | | --- | --- | | Cart Value | ₹350 | | Shipping Cost | ₹150 | | MCV | ₹499 | | Cart meets MCV? | No | | Shipping Waiver | ₹0 | | Customer Pays | ₹500 | ## Field-by-Field Setup Example **Scenario:** Free shipping above ₹499 (app only) * Offer Title: Free Shipping on Orders Above ₹499 * Short Description: Free delivery on all orders above ₹499. * Mode: Auto-Applied * Apply Offer When: Cart Total ≥ 499 * Minimum Cart Value: 499 * Device Targeting: Android, iOS only * Schedule: No end date * Customer Type: All ## Sample Coupon Names * FREESHIP — Free shipping above ₹499 * SHIPFREE — Free delivery today * APPSHIP — Free shipping on the app