Sample of Application Distribution Parameters - Storage Configurator
Below is a sample of a complete JSON object with the whole parameters for Storage Configurator.
See the complete description of the sample 🔗.
{
    "locales": [
        {
            "name": "en-GB",
            "isDefault": true,
            "lengthUnit": "millimeter",
            "unitSystem": "metrics",
            "lengthPrecision": 0
        },
        {
            "name": "fr-FR",
            "lengthUnit": "millimeter",
            "unitSystem": "metrics",
            "lengthPrecision": 0
        }
    ],
    "currencies": [
        {
            "currencyCode": "GBP",
            "currencyName": "British Pound",
            "numberSystem": "latin",
            "currencySymbol": "£",
            "currencySignRighthand": false,
            "currencySpacing": false,
            "decimalSeparator": ".",
            "thousandSeparator": ",",
            "noDecimalString": ""
        },
        {
            "currencyCode": "EUR",
            "currencyName": "euro",
            "numberSystem": "latin",
            "currencySymbol": "€",
            "currencySignRighthand": true,
            "currencySpacing": true,
            "decimalSeparator": ",",
            "thousandSeparator": " ",
            "noDecimalString": ""
        }
    ],
    "pricing": {
        "priceTopAssembly": true,
        "externalPrice": false
    },
    "catalogData": {
        "design": [
            {
                "icon": "closet-structure",
                "freeTags": [],
                "closedTags": [
                    275,
                    518
                ],
                "productRank": true,
                "translationKey": "box"
            },
            {
                "icon": "doors-closet",
                "freeTags": [],
                "closedTags": [
                    536
                ],
                "productRank": true,
                "translationKey": "door"
            },
            {
                "icon": "accessories-closet",
                "freeTags": [],
                "closedTags": [
                    539,
                    192,
                    546
                ],
                "productRank": true,
                "translationKey": "interior_accessories"
            }
        ]
    },
    "editPanel": {
        "groups": [
            {
                "parameters": [
                    "width",
                    "depth",
                    "height"
                ],
                "translationKey": "edit_panel.groups.dimensions"
            },
            {
                "parameters": [
                    "leftCoverPanel",
                    "rightCoverPanel",
                    "topCoverPanel"
                ],
                "translationKey": "edit_panel.groups.cover_panels"
            },
            {
                "parameters": [
                    "autoLeftFillerOption",
                    "autoRightFillerOption",
                    "autoTopFillerOption"
                ],
                "translationKey": "edit_panel.groups.fillers"
            }
        ]
    },
    "search": {
        "aggregationParameters": [
            "commercialDepth",
            "commercialWidth",
            "repairabilityIndex",
            "durabilityIndex"
        ],
        "sortNumericFilter": "desc",
        "sortStringFilter": "desc",
    },
    "plans2d": {
        "version": 2,
        "showInfoGrid": 0,
        "configs": [
            {
                "resol": 300,
                "scale": 20,
                "typePlan": "Top",
                "roomsOnly": 1,
                "imageWidth": 2244,
                "imageHeight": 1772,
                "showFronts": 1,
                "showFurniture": 1,
                "showNumbering": 1,
                "showWallDimension": 1,
                "showFurnitureDimension": 1,
            },
            {
                "resol": 300,
                "scale": 20,
                "typePlan": "Face",
                "roomsOnly": 1,
                "imageWidth": 2244,
                "imageHeight": 1772,
                "showFronts": 1,
                "showFurniture": 1,
                "showNumbering": 1,
                "showWallDimension": 1,
                "showFurnitureDimension": 1
            },
            {
                "resol": 300,
                "scale": 20,
                "typePlan": "Face",
                "roomsOnly": 1,
                "imageWidth": 2244,
                "imageHeight": 1772,
                "showFronts": 0,
                "showFurniture": 1,
                "showNumbering": 1,
                "showWallDimension": 1,
                "showFurnitureDimension": 1
            }
        ]
    },
    "widgets": {
        "productSheet": {
            "price": true,
            "dimensions": false
        }
    },
    "autoFillers": {
        "baseFillerIds": [ "ID_of_base_filler1", "ID_of_base_filler2" ],
        "topFillerIds": [ "ID_of_top_filler" ],
        "minWidth": 30,
        "maxWidth": 250
    }
}