{
  "merchantId": "navinm",
  "eulerEnv": "production",
  "enableNetworkControllers": true,
  "checkCheckoutVisibility": true,
  "enableInventoryCheck": true,
  "autoRefund": true,
  "enableOTPReading": true,
  "bestOfferBanner": true,
  "lpOffers": true,
  "dotp": true,
  "enableShipping": true,
  "showShippingDiscount": false,
  "enableTwoStepCheckout": false,
  "enableUserDataIngestion": false,
  "enableShippingMethodPicker": false,
  "autoRedirectFromTYP": false,
  "stateDropdown": false,
  "enableTrueCallerLogin": false,
  "enableBannerForInternational": false,
  "showExclusiveTaxes": false,
  "enablePartialPayments": true,
  "otpForCOD": false,
  "gst": true,
  "verifyVPA": false,
  "enableCustomPaymentOptions": false,
  "skipStatusPage": false,
  "bzHandle": true,
  "disableOrderTrackingForAll": true,
  "disableOrderTracking": true,
  "enablePrepaidOffersForPartialPay": false,
  "config": {
    "enableShopifyCartFlow": true,
    "enableOrderReconViaPT": true,
    "enableGSTDetails": false,
    "gstAutofill": true,
    "enableShopifyAbandonmentV2": true
  },
  "externalTrackerConfig": {
    "enableGa": true,
    "enableFbp": true,
    "gaVersion": "new",
    "enableExternalTrackers": true,
    "emitTrackerEvents": true,
    "ga4MeasurementId": "G-MCRMZSXKP1",
    "enableThoughtMetric": true,
    "enableWebEngage": true,
    "enableSnapTracker": false
  },
  "announcementBannerText": "<div style='text-align: center;width: 100%;width: 100vw;background: #A6CE39 ;color: black;padding:6px 0px;font-size:14px;'> 10% off on order over ₹2,500! 📣</div>",
  "loginPageAnnouncementText": "Enjoy free delivery on orders over ₹2,000! 📣",
  "staticOffers": [
    {
      "icon": "https://sdk.breeze.in/gallery/icons/delivery-icon.webp",
      "title": "Free Delivery",
      "description": "Enjoy free delivery on orders over ₹2,000! 📣"
    }
  ],
  "closeConsent": true,
  "showOfferOnCloseConsent": true,
  "logo": "https://sdk.breeze.in/gallery/logos/release/navin-mart/logo.webp",
  "autoTYPRedirectionTime": 0,
  "apiEndpointsViaVayu": [
    "CART_GET",
    "CART_POST",
    "LOCATION_GET",
    "USER_ADDRESS_PUT",
    "USER_POST",
    "USER_PATCH",
    "SESSION_LOGIN_POST",
    "OTP_VERIFY_POST",
    "START_PAYMENT_POST",
    "OFFER_PUT",
    "ORDER_GET",
    "ORDER_PATCH",
    "ORDER_RETRY_GET",
    "ANALYTICS_TRACKERS_GET",
    "SURGECHARGE_POST",
    "SURGECHARGE_DELETE",
    "PAYMENTS_ATTEMPT_POST",
    "SHOP_CONFIGURATION_GET",
    "SESSION_LOGIN_TRUECALLER_GET",
    "CART_SHIPPING_POST",
    "CART_SHIPPING_ESTIMATES_POST",
    "PAYMENTS_INSTRUMENTS_CUSTOM_POST",
    "PAYMENTS_INSTRUMENTS_CUSTOM_PUT",
    "PAYMENTS_INSTRUMENTS_CUSTOM_APPLY_POST",
    "CART_SHIPPING_LOCATIONS_GET",
    "PAYMENTS_INSTRUMENTS_GET",
    "GST_POST",
    "GST_PATCH",
    "GST_VERIFY_GET"
  ],
  "paymentMethodsConfig": [
    {
      "title": "PREFERRED METHODS",
      "paymentOptions": [
        {
          "description": "",
          "type": "Instrument",
          "source": "PSR",
          "pmt": "CARD",
          "pm": "Stored"
        }
      ]
    },
    {
      "title": "OFFERS",
      "paymentOptions": [
        {
          "image": "https://sdk.breeze.in/gallery/icons/offer-black.svg",
          "label": "Apply Coupon Code / Discount Offers",
          "description": "You can apply coupons",
          "widget": "offers",
          "type": "Group",
          "source": "CPO",
          "pmt": "OFFERS"
        }
      ]
    },
    {
      "title": "SUGGESTED",
      "paymentOptions": [
        {
          "image": "https://d1uwlw8w61ozwm.cloudfront.net/payment-page-icons/upi.png",
          "label": "UPI",
          "description": "PhonePe, GPay, BHIM & More",
          "type": "Group",
          "source": "PSR",
          "pmt": "UPI",
          "route": "UPI"
        },
        {
          "image": "https://d1uwlw8w61ozwm.cloudfront.net/payment-page-icons/card.png",
          "label": "Credit / Debit Card",
          "widget": "card",
          "description": "Visa, Rupay & Mastercard",
          "type": "Group",
          "source": "PSR",
          "pmt": "CARD"
        }
      ]
    },
    {
      "title": "MORE PAYMENT OPTIONS",
      "paymentOptions": [
        {
          "image": "https://d1uwlw8w61ozwm.cloudfront.net/payment-page-icons/wallet.png",
          "label": "Wallets",
          "widget": "wallet",
          "description": "Mobikwik Wallet",
          "type": "Group",
          "source": "PSR",
          "pmt": "WALLET",
          "route": "WALLET"
        }
      ]
    },
    {
      "title": "Partial Cash On Delivery",
      "paymentOptions": [
        {
          "image": "https://d1uwlw8w61ozwm.cloudfront.net/payment-page-icons/cod.png",
          "label": "Partial Payment",
          "pmt": "PARTIAL_PAYMENT",
          "widget": "cash",
          "description": "",
          "type": "Group",
          "source": "CPO"
        }
      ]
    }
  ]
}