Infra

Infra are the processes that are used to Clear server side cache and Gets all the store settings. This page covers Infra endpoints that are created to programmatically handle Infra related tasks.

GET/api/v2/infra/cache/clear

Clear server side cache

This endpoint allows you to Clear server side cache.

Developers - API Operations:

OperationEndpointResponse
Clear Cache/api/v2/infra/cache/clearClear server side cache.

Request

GET
/api/v2/infra/cache/clear
curl --location 'https://api20.bettercommerce.io/api/v2/infra/cache/clear'

Response

{}

GET/api/v2/infra/config

Gets all the store settings

This endpoint allows you to Gets all the store settings.

Developers - API Operations:

OperationEndpointResponse
Gets Settings/api/v2/infra/configGets all the store settings.

Response Properties

  • Name
    statusCode
    Type
    number
    Description

    Status code of the response

  • Name
    status
    Type
    string
    Description

    Status of the response

  • Name
    errors
    Type
    array
    Description

    List of errors in the response

  • Name
    success
    Type
    boolean
    Description

    Success status of the response

  • Name
    message
    Type
    string
    Description

    Message of the response

  • Name
    messageCode
    Type
    string
    Description

    Message code of the response

  • Name
    result
    Type
    object
    Description

    Result of the response

  • Name
    configSettings
    Type
    array
    Description

    Settings of the config

  • Name
    configType
    Type
    string
    Description

    Type of the config.

  • Name
    configKeys
    Type
    String
    Description

    Array containing configKey attributes

  • Name
    key
    Type
    string
    Description

    Containing Key attributes

  • Name
    value
    Type
    string
    Description

    Company values to be saved on Store.

  • Name
    shippingCountries
    Type
    array
    Description

    List of countries where the shipping is applicable

  • Name
    name
    Type
    string
    Description

    Name of the Store.

  • Name
    twoLetterIsoCode
    Type
    string
    Description

    Two letter Iso code of the entity

  • Name
    billingCountries
    Type
    array
    Description

    List of countries where the billing is applicable

  • Name
    currencies
    Type
    array
    Description

    Array containing various currency attributes

  • Name
    currencyCode
    Type
    string
    Description

    Currency code according to the region e.g. GBP:'Great Britain Pound'

  • Name
    currencySymbol
    Type
    string
    Description

    Symbol of the currency

  • Name
    languages
    Type
    array
    Description

    Language of the Store.

  • Name
    languageCode
    Type
    string
    Description

    Language code of the Store.

  • Name
    languageCulture
    Type
    string
    Description

    Language Culture for the strore.

  • Name
    reviewSettings
    Type
    array
    Description

    Array containing the review setting attributes.

  • Name
    sectionName
    Type
    string
    Description

    Name attribute of the section.

  • Name
    options
    Type
    array
    Description

    Various option attributes of the review.

  • Name
    isChecked
    Type
    boolean
    Description

    Flag to check is Checked.

  • Name
    geoLocators
    Type
    array
    Description

    The result of the geo Locators Store.

  • Name
    snippets
    Type
    array
    Description

    List of content snippets to be placed in the store

  • Name
    type
    Type
    string
    Description

    Type of Store.

  • Name
    placement
    Type
    string
    Description

    Placement position of the store

  • Name
    content
    Type
    string
    Description

    Content of the store

  • Name
    excludedUrl
    Type
    string
    Description

    Excluded URL of the site

  • Name
    microsites
    Type
    array
    Description

    List of micro sites in the store

Request

GET
/api/v2/infra/config
curl --location 'https://api20.bettercommerce.io/api/v2/infra/config' \
--header 'SessionId: {{bc_session_Id}}' \
--header 'DeviceId;'

Response

{
"statusCode": 200,
"status": "OK",
"errors": [],
"success": true,
"message": null,
"messageCode": null,
"result": {
    "configSettings": [
        {
            "configType": "AdvancedPriceCalcFormulaSettings",
            "configKeys": [
                {
                    "key": "AdvancedPriceCalcFormulaSettings.CostPriceFormula",
                    "value": "(advPurchCostExFac/advPurchExRate)"
                },
                {
                    "key": "AdvancedPriceCalcFormulaSettings.DutyableCostFormula",
                    "value": "((advPurchCostExFac/advPurchExRate)+advPurchFreight)"
                },
                {
                    "key": "AdvancedPriceCalcFormulaSettings.DutyChargesFormula",
                    "value": "(((advPurchCostExFac/advPurchExRate)+advPurchFreight)*advPurchDutyChargePercent)"
                },
                {
                    "key": "AdvancedPriceCalcFormulaSettings.InsuranceFormula",
                    "value": "((((advPurchCostExFac/advPurchExRate)+advPurchFreight)*advPurchInsurancePercent))"
                },
                {
                    "key": "AdvancedPriceCalcFormulaSettings.LandingCostFormula",
                    "value": "(((advPurchCostExFac/advPurchExRate)+advPurchFreight)+(((advPurchCostExFac/advPurchExRate)+advPurchFreight)*advPurchDutyChargePercent)+((((advPurchCostExFac/advPurchExRate)+advPurchFreight)*advPurchInsurancePercent))+advPurchCostQC1+advPurchCostQC2+advPurchCost1+advPurchCost2+advPurchDefectsProvision)"
                },
                {
                    "key": "AdvancedPriceCalcFormulaSettings.WholesalePriceCalcFormula",
                    "value": "(Math.round(advPurchRRP/2.75,5))"
                }
            ]
        },
        {
            "configType": "B2BSettings",
            "configKeys": [
                {
                    "key": "B2BSettings.AllowAnonymousAccess",
                    "value": "True"
                },
                {
                    "key": "B2BSettings.AllowReorder",
                    "value": "True"
                },
                {
                    "key": "B2BSettings.ConfirmationRequired",
                    "value": "True"
                },
                {
                    "key": "B2BSettings.DefaultCustomerOwner",
                    "value": null
                },
                {
                    "key": "B2BSettings.EnableAdvancedCompanyPricingRules",
                    "value": "FALSE"
                },
                {
                    "key": "B2BSettings.EnableB2B",
                    "value": "True"
                },
                {
                    "key": "B2BSettings.InheritCompanyAddress",
                    "value": "True"
                },
                {
                    "key": "B2BSettings.QuoteValidityDays",
                    "value": "3"
                },
                {
                    "key": "B2BSettings.RegistrationAllowed",
                    "value": "True"
                },
                {
                    "key": "B2BSettings.RequireCompanyName",
                    "value": "False"
                },
                {
                    "key": "B2BSettings.RequireTaxClass",
                    "value": "False"
                },
                {
                    "key": "B2BSettings.ShowBulkOrderPad",
                    "value": "True"
                },
                {
                    "key": "B2BSettings.ShowRegistrationInstructions",
                    "value": "True"
                }
            ]
        },
        {
            "configType": "BasketSettings",
            "configKeys": [
                {
                    "key": "BasketSettings.AllowAnonymousUsersToEmailWishlist",
                    "value": "False"
                },
                {
                    "key": "BasketSettings.EmailWishlistEnabled",
                    "value": "False"
                },
                {
                    "key": "BasketSettings.EnableIsGiftORMe",
                    "value": "False"
                },
                {
                    "key": "BasketSettings.MaximumBasketItems",
                    "value": "5"
                },
                {
                    "key": "BasketSettings.MaximumWishlistItems",
                    "value": "20"
                },
                {
                    "key": "BasketSettings.PriceMatchExpiry",
                    "value": "0"
                },
                {
                    "key": "BasketSettings.PriceMatchRequestDiscount",
                    "value": "0"
                },
                {
                    "key": "BasketSettings.RegistrationPrompt",
                    "value": "False"
                },
                {
                    "key": "BasketSettings.RemoveItemAfterWishlist",
                    "value": "False"
                },
                {
                    "key": "BasketSettings.ShowWishlist",
                    "value": "False"
                }
            ]
        },
        {
            "configType": "CatalogSettings",
            "configKeys": [
                {
                    "key": "CatalogSettings.AllowCompanyProductSearch",
                    "value": "False"
                },
                {
                    "key": "CatalogSettings.ContainerName",
                    "value": "betterstore"
                },
                {
                    "key": "CatalogSettings.DefaultRecommendedProducts",
                    "value": "True"
                },
                {
                    "key": "CatalogSettings.DiscountInclusiveTax",
                    "value": "True"
                },
                {
                    "key": "CatalogSettings.DisplayOutOfStock",
                    "value": "False"
                },
                {
                    "key": "CatalogSettings.DisplayPriceWithoutTax",
                    "value": "False"
                },
                {
                    "key": "CatalogSettings.EmailOutOfStock",
                    "value": null
                },
                {
                    "key": "CatalogSettings.EnableBlobStorage",
                    "value": "TRUE"
                },
                {
                    "key": "CatalogSettings.FulfilFromInstoreMessage",
                    "value": null
                },
                {
                    "key": "CatalogSettings.FulfilFromSupplierMessage",
                    "value": null
                },
                {
                    "key": "CatalogSettings.FulfilmentFromWarehouseMessage",
                    "value": null
                },
                {
                    "key": "CatalogSettings.MediaSource",
                    "value": "productmedia"
                },
                {
                    "key": "CatalogSettings.NotifyMe",
                    "value": "True"
                },
                {
                    "key": "CatalogSettings.ProductDisplayName",
                    "value": "0"
                },
                {
                    "key": "CatalogSettings.StockAvailabilityConfigLevel",
                    "value": "0"
                },
                {
                    "key": "CatalogSettings.ImageUrl",
                    "value": "https://liveocx.imgix.net/betterstore/"
                },
                {
                    "key": "CatalogSettings.SecondaryBlobContainer",
                    "value": "DefaultEndpointsProtocol=https;AccountName=liveocxstorage;AccountKey=SFS2pkixh2bku8oFMx5iUHm73NQKu7OJuGA0V4WVS4QBFpL/HuAY6vp5ke5jYRvrbZ449z/xeP63a1GV3ueF9A==;EndpointSuffix=core.windows.net"
                },
                {
                    "key": "CatalogSettings.PrimaryInventoryPoolCode",
                    "value": "PrimaryInvPool"
                },
                {
                    "key": "CatalogSettings.SecondaryInventoryPoolCode",
                    "value": "PrimaryInvPool"
                },
                {
                    "key": "CatalogSettings.IgnoreFieldsForProductVariantGroupCode",
                    "value": "size"
                }
            ]
        },
        {
            "configType": "DataImportSettings",
            "configKeys": [
                {
                    "key": "DataImportSettings.AutoCreateVariant",
                    "value": "True"
                },
                {
                    "key": "DataImportSettings.CreateCategoryIfNotExist",
                    "value": "True"
                },
                {
                    "key": "DataImportSettings.EnableAutoApproval",
                    "value": "True"
                },
                {
                    "key": "DataImportSettings.EnableNewFormatForVariantSku",
                    "value": "True"
                },
                {
                    "key": "DataImportSettings.EnableNewFormatForVariantSkus",
                    "value": "False"
                },
                {
                    "key": "DataImportSettings.IgnoreBlankValuesIfRecordExist",
                    "value": "False"
                },
                {
                    "key": "DataImportSettings.ImportInventoryRawToStaging",
                    "value": null
                },
                {
                    "key": "DataImportSettings.ImportInventoryStagingToLive",
                    "value": null
                },
                {
                    "key": "DataImportSettings.ImportPricelistRawToStaging",
                    "value": null
                },
                {
                    "key": "DataImportSettings.ImportPricelistStagingToLive",
                    "value": null
                },
                {
                    "key": "DataImportSettings.ImportProductRawToStaging",
                    "value": null
                },
                {
                    "key": "DataImportSettings.ImportProductStagingToLive",
                    "value": null
                }
            ]
        },
        {
            "configType": "DomainSettings",
            "configKeys": [
                {
                    "key": "DomainSettings.AllowMultipleSubscription",
                    "value": "FALSE"
                },
                {
                    "key": "DomainSettings.EnableCustomDomain",
                    "value": "FALSE"
                },
                {
                    "key": "DomainSettings.EnableMarketingPreferenceEmail",
                    "value": "False"
                },
                {
                    "key": "DomainSettings.EnableOmniOms",
                    "value": "False"
                },
                {
                    "key": "DomainSettings.FraudThresholdsIsEnable",
                    "value": "False"
                },
                {
                    "key": "DomainSettings.HasMicrosites",
                    "value": "True"
                },
                {
                    "key": "DomainSettings.IdeaboardSystemEmail",
                    "value": null
                },
                {
                    "key": "DomainSettings.IsForcePasswordChange",
                    "value": "False"
                },
                {
                    "key": "DomainSettings.IsPromptPasswordChange",
                    "value": "False"
                },
                {
                    "key": "DomainSettings.LogoUrl",
                    "value": "/logo.jpg"
                },
                {
                    "key": "DomainSettings.ManualApprovalFor",
                    "value": "[\"undefined\"]"
                },
                {
                    "key": "DomainSettings.SendDispatchEmailWithoutTrackingInfo",
                    "value": "True"
                },
                {
                    "key": "DomainSettings.Telephone",
                    "value": ""
                },
                {
                    "key": "DomainSettings.UrlSchemaType",
                    "value": "http"
                },
                {
                    "key": "DomainSettings.DefaultTheme",
                    "value": "elegant"
                },
                {
                    "key": "DomainSettings.DomainName",
                    "value": "betterstore"
                },
                {
                    "key": "DomainSettings.DomainCode",
                    "value": "betterstore"
                },
                {
                    "key": "DomainSettings.DomainUrl",
                    "value": "http://betterstore.bettercommerce.tech/"
                },
                {
                    "key": "DomainSettings.Email",
                    "value": "sanjay@mybetterstore.com"
                },
                {
                    "key": "DomainSettings.CssUrl",
                    "value": "/assets/theme/css/style.blog.css"
                },
                {
                    "key": "DomainSettings.CheckoutUrl",
                    "value": ""
                },
                {
                    "key": "DomainSettings.EnableCmsCustomTheme",
                    "value": "False"
                },
                {
                    "key": "DomainSettings.PromotionVoucherTextLength",
                    "value": "0"
                }
            ]
        },
        {
            "configType": "FeatureToggleSettings",
            "configKeys": [
                {
                    "key": "FeatureToggleSettings.AdvancedPurchaseFeatureEnabled",
                    "value": "True"
                },
                {
                    "key": "FeatureToggleSettings.Dashboardv2Enabled",
                    "value": "True"
                },
                {
                    "key": "FeatureToggleSettings.EnableCaptchaVerification",
                    "value": "False"
                },
                {
                    "key": "FeatureToggleSettings.EnableEmailServiceV3",
                    "value": "False"
                },
                {
                    "key": "FeatureToggleSettings.EnableMembershipInstore",
                    "value": "True"
                },
                {
                    "key": "FeatureToggleSettings.EnableMembershipOnline",
                    "value": "True"
                },
                {
                    "key": "FeatureToggleSettings.MarketplaceEnabled",
                    "value": "True"
                },
                {
                    "key": "FeatureToggleSettings.NavTrackingEnabled",
                    "value": "True"
                },
                {
                    "key": "FeatureToggleSettings.PriceMatchFeatureEnabled",
                    "value": "True"
                },
                {
                    "key": "FeatureToggleSettings.ProductDevelopmentEnabled",
                    "value": "True"
                },
                {
                    "key": "FeatureToggleSettings.SubscriptionEnabled",
                    "value": "True"
                },
                {
                    "key": "FeatureToggleSettings.EnableJsReport",
                    "value": "False"
                },
                {
                    "key": "FeatureToggleSettings.EnableCategoryAtOrglevel",
                    "value": "False"
                },
                {
                    "key": "FeatureToggleSettings.OrgLevelProductContent",
                    "value": "False"
                },
                {
                    "key": "FeatureToggleSettings.ShowOrderLineExpandedInCh",
                    "value": "False"
                },
                {
                    "key": "FeatureToggleSettings.EnableLiquidTemplateEngine",
                    "value": "False"
                },
                {
                    "key": "FeatureToggleSettings.EnableWebhookServiceV3",
                    "value": "False"
                },
                {
                    "key": "FeatureToggleSettings.EnableColorSwatch",
                    "value": "False"
                }
            ]
        },
        {
            "configType": "OmsSettings",
            "configKeys": [
                {
                    "key": "OmsSettings.AllowRepost",
                    "value": "False"
                },
                {
                    "key": "OmsSettings.OmsUrl",
                    "value": "https://oms.bettercommerce.io/"
                },
                {
                    "key": "OmsSettings.OrderLogUrl",
                    "value": "//"
                },
                {
                    "key": "OmsSettings.RepostUrl",
                    "value": "//"
                }
            ]
        },
        {
            "configType": "OrderSettings",
            "configKeys": [
                {
                    "key": "OrderSettings.AllowCustometToSplitShipping",
                    "value": "False"
                },
                {
                    "key": "OrderSettings.EnabledPartialDelivery",
                    "value": "True"
                },
                {
                    "key": "OrderSettings.EnablePartialDelivery",
                    "value": "False"
                },
                {
                    "key": "OrderSettings.GuestCheckoutAllowed",
                    "value": "False"
                },
                {
                    "key": "OrderSettings.MinimumAmountToAllowSplitShippingPerOrder",
                    "value": "0"
                },
                {
                    "key": "OrderSettings.MinimumAmountToAllowSplitShippingPerShiplent",
                    "value": "0"
                },
                {
                    "key": "OrderSettings.MinOrderTotalAmount",
                    "value": "0"
                },
                {
                    "key": "OrderSettings.NumberOfDaysReturnRequestAvailable",
                    "value": "0"
                },
                {
                    "key": "OrderSettings.OnePageCheckoutEnabled",
                    "value": "False"
                },
                {
                    "key": "OrderSettings.ReturnRequestReasons",
                    "value": "[]"
                },
                {
                    "key": "OrderSettings.ReturnRequestsEnabled",
                    "value": "False"
                },
                {
                    "key": "OrderSettings.IncludeRefundCharge",
                    "value": "True"
                },
                {
                    "key": "OrderSettings.RefundCharge",
                    "value": "2.99"
                }
            ]
        },
        {
            "configType": "PasswordProtectionSettings",
            "configKeys": [
                {
                    "key": "PasswordProtectionSettings.BetaPassword",
                    "value": null
                },
                {
                    "key": "PasswordProtectionSettings.BetaPasswordEnabled",
                    "value": "False"
                },
                {
                    "key": "PasswordProtectionSettings.LivePassword",
                    "value": null
                },
                {
                    "key": "PasswordProtectionSettings.LivePasswordEnabled",
                    "value": "False"
                },
                {
                    "key": "PasswordProtectionSettings.PasswordMessage",
                    "value": null
                },
                {
                    "key": "PasswordProtectionSettings.SiteAccessType",
                    "value": "Anonymous"
                }
            ]
        },
        {
            "configType": "RegionalSettings",
            "configKeys": [
                {
                    "key": "RegionalSettings.AvailableCurrencies",
                    "value": "[\"GBP\",\"EUR\",\"USD\",\"PLN\",\"CHF\",\"AUD\",\"DKK\"]"
                },
                {
                    "key": "RegionalSettings.AvailableLanguages",
                    "value": "[\"en\",\"es\"]"
                },
                {
                    "key": "RegionalSettings.CurrencyDecimalSeparator",
                    "value": ","
                },
                {
                    "key": "RegionalSettings.CurrencyDigitsAfterDecimal",
                    "value": "3"
                },
                {
                    "key": "RegionalSettings.DefaultCountry",
                    "value": "GB"
                },
                {
                    "key": "RegionalSettings.DefaultCurrencyCode",
                    "value": "GBP"
                },
                {
                    "key": "RegionalSettings.DefaultLanguageCode",
                    "value": "en"
                },
                {
                    "key": "RegionalSettings.DefaultTimeZoneId",
                    "value": "GMT Standard Time"
                },
                {
                    "key": "RegionalSettings.DefaultUiDateFormat",
                    "value": "dd-MMM-yyyy"
                },
                {
                    "key": "RegionalSettings.DefaultUiDateTimeFormat",
                    "value": "dd-MMM-yyyy @ HH:mm"
                },
                {
                    "key": "RegionalSettings.DefaultUiTimeFormat",
                    "value": "HH:mm"
                },
                {
                    "key": "RegionalSettings.TaxCalculationVersion",
                    "value": null
                }
            ]
        },
        {
            "configType": "ReviewSettings",
            "configKeys": [
                {
                    "key": "ReviewSettings.AnalyticsEndPoint",
                    "value": null
                },
                {
                    "key": "ReviewSettings.SubscriptionKey",
                    "value": null
                }
            ]
        },
        {
            "configType": "SearchSettings",
            "configKeys": [
                {
                    "key": "SearchSettings.ActiveElasticPath",
                    "value": null
                },
                {
                    "key": "SearchSettings.AvailableSortBy",
                    "value": "[\"1\",\"2\",\"15\",\"17\",\"18\",\"20\",\"\"]"
                },
                {
                    "key": "SearchSettings.DefaultSortBy",
                    "value": "1"
                },
                {
                    "key": "SearchSettings.DisableVariantMasterFromSearch",
                    "value": "False"
                },
                {
                    "key": "SearchSettings.ElasticIndexDRPath",
                    "value": null
                },
                {
                    "key": "SearchSettings.ElasticIndexSecondaryPath",
                    "value": null
                },
                {
                    "key": "SearchSettings.ElasticVersion",
                    "value": "7.6.1"
                },
                {
                    "key": "SearchSettings.EnableDidYouMean",
                    "value": "False"
                },
                {
                    "key": "SearchSettings.EnableMultiCurrencyFilter",
                    "value": "False"
                },
                {
                    "key": "SearchSettings.EnableSearchInHeader",
                    "value": "True"
                },
                {
                    "key": "SearchSettings.IndexDeleteAndCreate",
                    "value": "False"
                },
                {
                    "key": "SearchSettings.IndexVersion",
                    "value": "V3"
                },
                {
                    "key": "SearchSettings.LuceneIndexPath",
                    "value": "C:\\Index\\"
                },
                {
                    "key": "SearchSettings.PriceRange",
                    "value": null
                },
                {
                    "key": "SearchSettings.SearchEngineDRPassword",
                    "value": null
                },
                {
                    "key": "SearchSettings.SearchEngineDRUserName",
                    "value": null
                },
                {
                    "key": "SearchSettings.SearchEngineSecondaryPassword",
                    "value": null
                },
                {
                    "key": "SearchSettings.TypeAheadSearch",
                    "value": "True"
                },
                {
                    "key": "SearchSettings.TypeAheadSearchInBlog",
                    "value": "False"
                },
                {
                    "key": "SearchSettings.TypeAheadSearchInBrand",
                    "value": "False"
                },
                {
                    "key": "SearchSettings.TypeAheadSearchInCategory",
                    "value": "False"
                },
                {
                    "key": "SearchSettings.SearchEngine",
                    "value": "0"
                },
                {
                    "key": "SearchSettings.IgnoreFuzzySearch",
                    "value": "False"
                }
            ]
        },
        {
            "configType": "SeoSettings",
            "configKeys": [
                {
                    "key": "SeoSettings.ReservedUrlRecordSlugs",
                    "value": "System.Collections.Generic.List`1[System.String]"
                },
                {
                    "key": "SeoSettings.DefaultTitle",
                    "value": "Betterstore"
                },
                {
                    "key": "SeoSettings.DefaultMetaKeywords",
                    "value": "Betterstore"
                },
                {
                    "key": "SeoSettings.DefaultMetaDescription",
                    "value": "Betterstore"
                }
            ]
        },
        {
            "configType": "ShippingSettings",
            "configKeys": [
                {
                    "key": "ShippingSettings.FreeShippingOverXEnabled",
                    "value": "False"
                },
                {
                    "key": "ShippingSettings.FreeShippingOverXIncludingTax",
                    "value": "False"
                },
                {
                    "key": "ShippingSettings.FreeShippingOverXValue",
                    "value": "0"
                },
                {
                    "key": "ShippingSettings.ShippingIsTaxable",
                    "value": "True"
                },
                {
                    "key": "ShippingSettings.ShowAfterDayTimeFailure",
                    "value": "False"
                }
            ]
        },
        {
            "configType": "SocialSettings",
            "configKeys": [
                {
                    "key": "SocialSettings.FacebookEnabled",
                    "value": "False"
                },
                {
                    "key": "SocialSettings.FacebookApiKey",
                    "value": null
                },
                {
                    "key": "SocialSettings.FacebookApiSecret",
                    "value": null
                },
                {
                    "key": "SocialSettings.FacebookUrl",
                    "value": null
                },
                {
                    "key": "SocialSettings.TwitterEnabled",
                    "value": "False"
                },
                {
                    "key": "SocialSettings.TwitterApiKey",
                    "value": null
                },
                {
                    "key": "SocialSettings.TwitterApiSecret",
                    "value": null
                },
                {
                    "key": "SocialSettings.TwitterUrl",
                    "value": null
                },
                {
                    "key": "SocialSettings.GooglePlusEnabled",
                    "value": "False"
                },
                {
                    "key": "SocialSettings.GooglePlusApiKey",
                    "value": null
                },
                {
                    "key": "SocialSettings.GooglePlusApiSecret",
                    "value": null
                },
                {
                    "key": "SocialSettings.GooglePlusUrl",
                    "value": null
                }
            ]
        },
        {
            "configType": "EmailPluginSettings",
            "configKeys": [
                {
                    "key": "EmailPluginSettings.IsEnabled",
                    "value": null
                },
                {
                    "key": "EmailPluginSettings.Server",
                    "value": null
                },
                {
                    "key": "EmailPluginSettings.UserName",
                    "value": null
                },
                {
                    "key": "EmailPluginSettings.Password",
                    "value": null
                }
            ]
        },
        {
            "configType": "StoreLocatorPluginSettings",
            "configKeys": [
                {
                    "key": "StoreLocatorPluginSettings.IsEnabled",
                    "value": null
                },
                {
                    "key": "StoreLocatorPluginSettings.AccessKey",
                    "value": null
                },
                {
                    "key": "StoreLocatorPluginSettings.UserName",
                    "value": null
                },
                {
                    "key": "StoreLocatorPluginSettings.Password",
                    "value": null
                },
                {
                    "key": "StoreLocatorPluginSettings.Url",
                    "value": null
                },
                {
                    "key": "StoreLocatorPluginSettings.EnableDeliverySlot",
                    "value": null
                }
            ]
        },
        {
            "configType": "PaymentPluginSettings",
            "configKeys": [
                {
                    "key": "PaymentPluginSettings.IsEnabled",
                    "value": "True"
                },
                {
                    "key": "PaymentPluginSettings.UseSandbox",
                    "value": "True"
                },
                {
                    "key": "PaymentPluginSettings.EnableImmediateCapture",
                    "value": "False"
                },
                {
                    "key": "PaymentPluginSettings.IsBillingAddressRequired",
                    "value": "False"
                },
                {
                    "key": "PaymentPluginSettings.Is3DSecureTransaction",
                    "value": "False"
                },
                {
                    "key": "PaymentPluginSettings.IsNormalTransaction",
                    "value": "False"
                },
                {
                    "key": "PaymentPluginSettings.LocalPayment",
                    "value": "[\"iDeal\",\"SEPA\"]"
                },
                {
                    "key": "PaymentPluginSettings.OrderTypes",
                    "value": "[\"Standard\"]"
                },
                {
                    "key": "PaymentPluginSettings.Signature",
                    "value": "sk_test_51KRWcCJfqoPrHJKRqzK3GmyyqHxzTLmiaayk45IXE9NqIRBS4tSTgWK3xtFjmJHcrmTGJd5j3E0u70V2rRAwx3ck00wbdrqOlf"
                },
                {
                    "key": "PaymentPluginSettings.AccountCode",
                    "value": "pk_test_51KRWcCJfqoPrHJKRzhrkGNWjX0O3vAa2CAdnCewx0oCxRKA8vsmCQwXBLKNbbCfegbRuVglq5e2TaVbN5M1ZQvwF00vwbgCF8z"
                },
                {
                    "key": "PaymentPluginSettings.UserName",
                    "value": "sumit@foreveruniqueltd.com"
                },
                {
                    "key": "PaymentPluginSettings.Password",
                    "value": "Password201119!"
                },
                {
                    "key": "PaymentPluginSettings.RefundPassword",
                    "value": null
                },
                {
                    "key": "PaymentPluginSettings.TestUrl",
                    "value": "https://www.sandbox.paypal.com/cgi-bin/webscr?cmd=_express-checkout&token="
                },
                {
                    "key": "PaymentPluginSettings.ProductionUrl",
                    "value": "https://www.paypal.com/cgi-bin/webscr?cmd=_express-checkout&token="
                },
                {
                    "key": "PaymentPluginSettings.ReturnUrl",
                    "value": "https://betterstore.bettercommerce.tech/checkout/orderconfirmation"
                },
                {
                    "key": "PaymentPluginSettings.CancelUrl",
                    "value": "https://betterstore.bettercommerce.tech/opc"
                },
                {
                    "key": "PaymentPluginSettings.Version",
                    "value": "82.0"
                },
                {
                    "key": "PaymentPluginSettings.IsMoto",
                    "value": "False"
                },
                {
                    "key": "PaymentPluginSettings.MotoSignature",
                    "value": "sk_test_8133259d-a07a-4637-9be6-6000ca02c6bf"
                },
                {
                    "key": "PaymentPluginSettings.MotoAccountCode",
                    "value": "pk_test_eb97827f-792b-40bb-9586-280dc65fc0ad"
                },
                {
                    "key": "PaymentPluginSettings.MotoUserName",
                    "value": null
                },
                {
                    "key": "PaymentPluginSettings.MotoPassword",
                    "value": null
                },
                {
                    "key": "PaymentPluginSettings.RecuringUserName",
                    "value": null
                },
                {
                    "key": "PaymentPluginSettings.RecuringAccountCode",
                    "value": null
                },
                {
                    "key": "PaymentPluginSettings.RecuringPassword",
                    "value": null
                },
                {
                    "key": "PaymentPluginSettings.RecuringReturnUrl",
                    "value": null
                },
                {
                    "key": "PaymentPluginSettings.RecuringCancelUrl",
                    "value": null
                },
                {
                    "key": "PaymentPluginSettings.AllowCountries",
                    "value": "[\"GB\",\"US\"]"
                },
                {
                    "key": "PaymentPluginSettings.AllowCurrencies",
                    "value": "[\"GBP\",\"EUR\",\"USD\"]"
                },
                {
                    "key": "PaymentPluginSettings.EnablePayInInstallment",
                    "value": "False"
                },
                {
                    "key": "PaymentPluginSettings.InstallmentDisplayText",
                    "value": null
                }
            ]
        },
        {
            "configType": "RecommendationSettings",
            "configKeys": [
                {
                    "key": "RecommendationSettings.AdminKey",
                    "value": null
                },
                {
                    "key": "RecommendationSettings.RecommederKey",
                    "value": null
                },
                {
                    "key": "RecommendationSettings.AzureStorageConString",
                    "value": null
                },
                {
                    "key": "RecommendationSettings.ApiEndPoint",
                    "value": null
                },
                {
                    "key": "RecommendationSettings.BlobContainer",
                    "value": null
                }
            ]
        },
        {
            "configType": "FileSourceConnectorSettings",
            "configKeys": [
                {
                    "key": "FileSourceConnectorSettings.ContainerName",
                    "value": "products"
                },
                {
                    "key": "FileSourceConnectorSettings.SourceType",
                    "value": "1"
                },
                {
                    "key": "FileSourceConnectorSettings.Password",
                    "value": "OmniCX@78"
                },
                {
                    "key": "FileSourceConnectorSettings.SourcePath",
                    "value": "ftp://66.96.163.130/"
                },
                {
                    "key": "FileSourceConnectorSettings.Username",
                    "value": "Praharsh"
                }
            ]
        }
    ],
    "shippingCountries": [
        {
            "name": "United Kingdom",
            "twoLetterIsoCode": "GB"
        }
    ],
    "billingCountries": [
        {
            "name": "Australia",
            "twoLetterIsoCode": "AU"
        },
        {
            "name": "Austria",
            "twoLetterIsoCode": "AT"
        },
        {
            "name": "Belgium",
            "twoLetterIsoCode": "BE"
        },
        {
            "name": "Bulgaria",
            "twoLetterIsoCode": "BG"
        },
        {
            "name": "Canada",
            "twoLetterIsoCode": "CA"
        },
        {
            "name": "Channel Islands",
            "twoLetterIsoCode": "GG"
        },
        {
            "name": "China",
            "twoLetterIsoCode": "CN"
        },
        {
            "name": "Croatia",
            "twoLetterIsoCode": "HR"
        },
        {
            "name": "Cyprus",
            "twoLetterIsoCode": "CY"
        },
        {
            "name": "Czech Republic",
            "twoLetterIsoCode": "CZ"
        },
        {
            "name": "Denmark",
            "twoLetterIsoCode": "DK"
        },
        {
            "name": "Estonia",
            "twoLetterIsoCode": "EE"
        },
        {
            "name": "Finland",
            "twoLetterIsoCode": "FI"
        },
        {
            "name": "France",
            "twoLetterIsoCode": "FR"
        },
        {
            "name": "Germany",
            "twoLetterIsoCode": "DE"
        },
        {
            "name": "Gibaraltar",
            "twoLetterIsoCode": "GI"
        },
        {
            "name": "Greece",
            "twoLetterIsoCode": "GR"
        },
        {
            "name": "Hungary",
            "twoLetterIsoCode": "HU"
        },
        {
            "name": "India",
            "twoLetterIsoCode": "IN"
        },
        {
            "name": "Ireland",
            "twoLetterIsoCode": "IE"
        },
        {
            "name": "Italy",
            "twoLetterIsoCode": "IT"
        },
        {
            "name": "Japan",
            "twoLetterIsoCode": "JP"
        },
        {
            "name": "Kuwait",
            "twoLetterIsoCode": "KW"
        },
        {
            "name": "Latvia",
            "twoLetterIsoCode": "LV"
        },
        {
            "name": "Lithuania",
            "twoLetterIsoCode": "LT"
        },
        {
            "name": "Luxembourg",
            "twoLetterIsoCode": "LU"
        },
        {
            "name": "Malta",
            "twoLetterIsoCode": "MT"
        },
        {
            "name": "Martinique",
            "twoLetterIsoCode": "MQ"
        },
        {
            "name": "Monaco",
            "twoLetterIsoCode": "MC"
        },
        {
            "name": "Netherlands",
            "twoLetterIsoCode": "NL"
        },
        {
            "name": "New Zealand",
            "twoLetterIsoCode": "NZ"
        },
        {
            "name": "Norway",
            "twoLetterIsoCode": "NO"
        },
        {
            "name": "Poland",
            "twoLetterIsoCode": "PL"
        },
        {
            "name": "Portugal",
            "twoLetterIsoCode": "PT"
        },
        {
            "name": "Qatar",
            "twoLetterIsoCode": "QR"
        },
        {
            "name": "Rest of World",
            "twoLetterIsoCode": "ROW"
        },
        {
            "name": "Rest Of World",
            "twoLetterIsoCode": "RW"
        },
        {
            "name": "Romania",
            "twoLetterIsoCode": "RO"
        },
        {
            "name": "Russia",
            "twoLetterIsoCode": "RU"
        },
        {
            "name": "Saudi Arabia",
            "twoLetterIsoCode": "SA"
        },
        {
            "name": "Slovakia (Slovak Republic)",
            "twoLetterIsoCode": "SK"
        },
        {
            "name": "Slovenia",
            "twoLetterIsoCode": "SI"
        },
        {
            "name": "Spain",
            "twoLetterIsoCode": "ES"
        },
        {
            "name": "Sweden",
            "twoLetterIsoCode": "SE"
        },
        {
            "name": "Switzerland",
            "twoLetterIsoCode": "CH"
        },
        {
            "name": "Turkey",
            "twoLetterIsoCode": "TR"
        },
        {
            "name": "UAE",
            "twoLetterIsoCode": "AE"
        },
        {
            "name": "United Kingdom",
            "twoLetterIsoCode": "GB"
        },
        {
            "name": "United States",
            "twoLetterIsoCode": "US"
        }
    ],
    "currencies": [
        {
            "name": "Euro Member Countries",
            "currencyCode": "EUR",
            "currencySymbol": "€"
        },
        {
            "name": "United Kingdom Pound",
            "currencyCode": "GBP",
            "currencySymbol": "£"
        },
        {
            "name": "United Kingdom Pound",
            "currencyCode": "AUD",
            "currencySymbol": "$"
        }
    ],
    "languages": [
        {
            "name": "English",
            "languageCode": "en",
            "languageCulture": "en-GB"
        },
        {
            "name": "Spanish",
            "languageCode": "es",
            "languageCulture": "es-ES"
        }
    ],
    "reviewSettings": [
        {
            "sectionName": "Question 1",
            "options": [
                {
                    "name": "Option 1",
                    "isChecked": false
                },
                {
                    "name": "Option 2",
                    "isChecked": false
                },
                {
                    "name": "Option 3",
                    "isChecked": false
                }
            ]
        },
        {
            "sectionName": "Question 2",
            "options": [
                {
                    "name": "Option 1",
                    "isChecked": false
                },
                {
                    "name": "Option 2",
                    "isChecked": false
                },
                {
                    "name": "Option 3",
                    "isChecked": false
                }
            ]
        },
        {
            "sectionName": "Question 3",
            "options": [
                {
                    "name": "Option 1",
                    "isChecked": false
                },
                {
                    "name": "Option 2",
                    "isChecked": false
                },
                {
                    "name": "Option 3",
                    "isChecked": false
                }
            ]
        },
        {
            "sectionName": "Question 4",
            "options": [
                {
                    "name": "Option 1",
                    "isChecked": false
                },
                {
                    "name": "Option 2",
                    "isChecked": false
                },
                {
                    "name": "Option 3",
                    "isChecked": false
                }
            ]
        },
        {
            "sectionName": "Question 5",
            "options": [
                {
                    "name": "Option 1",
                    "isChecked": false
                },
                {
                    "name": "Option 2",
                    "isChecked": false
                },
                {
                    "name": "Option 3",
                    "isChecked": false
                }
            ]
        },
        {
            "sectionName": "Question 6",
            "options": [
                {
                    "name": "Option 1",
                    "isChecked": false
                },
                {
                    "name": "Option 2",
                    "isChecked": false
                },
                {
                    "name": "Option 3",
                    "isChecked": false
                }
            ]
        },
        {
            "sectionName": "Question 7",
            "options": []
        }
    ],
    "geoLocators": [],
    "snippets": [
        {
            "name": "canishub_header",
            "type": "Javascript",
            "placement": "Head",
            "content": "<script src=\"//code.jquery.com/jquery-3.6.0.min.js\"  ></script>\n<script src=\"//cdnjs.cloudflare.com/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.min.js\"></script>\n<script src=\"//engage-asset.bettercommerce.io/_plugins/min/bc/v1/js/ch.js\"  ></script>\n<script>\nvar liveUrl ='https://betterstore.bettercommerce.tech/';\nvar betaUrl='https://betterstore.bettercommerce.tech/';\nfunction getLiveUrl(url){\nreturn url.split('?')[0].replace(betaUrl,liveUrl )\n\n}\n</script>",
            "excludedUrl": null,
            "microsites": [
                "9413609e-635f-44ac-b697-ad5e00cd21dc",
                "e8946e5d-2ade-43a0-9bd0-ad5e00cd21df",
                "a4cfcc62-ba27-4661-a23d-ad5e00cd21e1"
            ]
        },
        {
            "name": "canish_css",
            "type": "Html",
            "placement": "Head",
            "content": "<style>\n@media only screen and (min-width:1200px) {\n\t.ch-scrollable-grid-cards-tempalte-1-container,\n\t.ch_grid_template_1_container\t{\n\t\tmax-width: 100%!important\n\t}\t\n}\n\n@media only screen and (min-width:992px) {\n\t.canishub-index-widgets{float:left; width:100%;}\n\t.ch-scrollable-grid-cards-tempalte-1{\n\t\toverflow-x:auto!important;\n\t}\n\t.ch-scrollable-grid-card-tempalte-1-wrapper h2, \n\t.title {\n\t\tfont-size: 32px!important;\n\t\tcolor: #383a36!important;\n\t\tmargin: 0 0 20px;\n\t\tfont-family: \"ZephyrRegular\", Times, serif!important;\n\t\tfont-weight: normal!important;\n\t\tletter-spacing: 1.2px!important\n\t}\n\t.ch-scrollable-grid-cards-tempalte-1 .ch-scrollable-grid-card-tempalte-1 .ch-scrollable-grid-card-thumb-tempalte-1 span,\n\t.ch_grid_template_1_prod_img\t{\n\t\twidth: 100%;\n\t\theight: 550px!important;\n\t\tobject-fit: cover;\n\t\tobject-position: top center\n\t}\n\t.ch-scrollable-grid-card-template-1-td,\n\t.ch_grid_tempalte_1_td\t{\n\t\ttext-align: left!important\n\t}\n\t.ch-scrollable-grid-card-tempalte-1 .ch-scrollable-grid-card-body-tempalte-1 {\n\t\tpadding: 5px 0!important\n\t}\n\t.ch-scrollable-grid-card-tempalte-1 .ch-scrollable-grid-card-title-tempalte-1,\n\t.ch_grid_template_1_product_sale_price\t{\n\t\tfont-size: 14px!important;\n\t\tcolor: #383a36!important;\n\t\tmargin: 15px 0!important;\n\t\tline-height: 20px!important;\n\t\tfont-weight: 400!important;\n\t\ttext-transform: uppercase!important;\n\t\ttext-align: left!important\n\t}\n\t.ch-scrollable-grid-cards-tempalte-1 .ch-scrollable-grid-card-tempalte-1 {\n\t\tpadding: 0px 12px;\n\t}\n\t.ch-scrollable-grid-cards-tempalte-1 .ch-scrollable-grid-card-tempalte-1:last-child{\n\t\tborder-right:0px!important;\n\t}\n\t.ch-scrollable-grid-card-tempalte-1-wrapper h2, .title {\n\t\tfont-size: 32px!important;\n\t\tcolor: #383a36!important;\n\t\tmargin: 30px 0 20px!important;\n\t\tfont-family: \"ZephyrRegular\", Times, serif!important;\n\t\tfont-weight: normal!important;\n\t\tletter-spacing: 1.2px!important;\n\t\twidth:100%;\n\t\ttext-align:center;\n\t}\n}\n\n@media only screen and (max-width:767px) {\n\t.ch-scrollable-grid-card-tempalte-1-wrapper h2,.title {\n\t\tfont-size: 32px!important;\n\t\tcolor: #383a36!important;\n\t\tmargin: 0 0 20px;\n\t\tfont-family: \"ZephyrRegular\", Times, serif!important;\n\t\tfont-weight: normal!important;\n\t\tletter-spacing: 1.2px!important\n\t}\n\t.ch-scrollable-grid-card-template-1-td,\n\t.ch_grid_tempalte_1_td\t{\n\t\ttext-align: left!important\n\t}\n\t.ch-scrollable-grid-cards-tempalte-1{\n\t\toverflow-x:auto!important;\n\t}\n}\n</style>",
            "excludedUrl": null,
            "microsites": [
                "9413609e-635f-44ac-b697-ad5e00cd21dc",
                "e8946e5d-2ade-43a0-9bd0-ad5e00cd21df",
                "a4cfcc62-ba27-4661-a23d-ad5e00cd21e1"
            ]
        },
        {
            "name": "GA Tracking",
            "type": "Javascript",
            "placement": "Head",
            "content": "<!-- Google Analytics -->\n<script>\n(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){\n(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),\nm=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)\n})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');\n\nga('create', 'UA-XXXXX-Y', 'auto');\nga('send', 'pageview');\n</script>\n<!-- End Google Analytics -->",
            "excludedUrl": null,
            "microsites": []
        },
        {
            "name": "omnilytics_header",
            "type": "Javascript",
            "placement": "Head",
            "content": " <!--Start Omnilytics -->\r\n    <script async>\r\n        (function(i, s, o, g, r, a, m){\r\n            a = s.createElement(o);m = s.getElementsByTagName(o)[0];a.async = 1;a.src = g;m.parentNode.insertBefore(a, m);\r\n            a.onload = function () {\r\n                if (entity) {\r\n                    dataLayer[0]['entityId'] = entity[0]['entityId'];\r\n                    dataLayer[0]['entityName'] = entity[0]['entityName'];\r\n                    dataLayer[0]['entity'] = entity[0]['entity'];\r\n                    dataLayer[0]['entityType'] = entity[0]['entityType'];\r\n                    dataLayer[0]['eventType'] = entity[0]['eventType'];\r\n                }\r\n                if (i[r] != null && i[r] != undefined) {\r\n                    i[r].init('T2QTKKG4', 'dataLayer');};\r\n                }\r\n        })(window, document, 'script', \"https://omnilytics.bettercommerce.io/T2QTKKG4\", 'omnilytics');\r\n    </script>\r\n    <!-- End Omnilytics -->",
            "excludedUrl": null,
            "microsites": []
        }
    ]
}
}