{
    "name": "Ingram Micro",
    "app_type": "ingram-micro",
    "sync_type": "ftp",
    "is_active": true,
    "debug_mode": false,
    "connections": [
        {
            "name": "Products",
            "type": "ftp",
            "is_active": true,
            "is_primary": true,
            "resource_type": "product",
            "priority": 1,
            "configuration": {
                "protocol": "sftp",
                "host": "64.40.228.33",
                "username": "<username>",
                "password": "<password>",
                "port": "22",
                "file_path": "/ddc/download/STDPRICE_FULL.TXT.zip",
                "prerequisites": {
                    "product_response": "",
                    "variable_response": null,
                    "main_product_unique_identifier": "Ingram Part Number",
                    "variable_product_unique_identifier": ""
                }
            }
        }
    ],
    "attribute_mapping": [
        {
            "connection": "Products",
            "product_type": "parent",
            "type": "core",
            "wc_attribute": "sku",
            "supplier_attribute": "Ingram Part Number",
            "advanced_configuration": null
        },
        {
            "connection": "Products",
            "product_type": "parent",
            "type": "core",
            "wc_attribute": "name",
            "supplier_attribute": "Ingram Part Description",
            "advanced_configuration": null
        },
        {
            "connection": "Products",
            "product_type": "parent",
            "type": "core",
            "wc_attribute": "description",
            "supplier_attribute": "Material Long Description",
            "advanced_configuration": null
        },
        {
            "connection": "Products",
            "product_type": "parent",
            "type": "core",
            "wc_attribute": "regular_price",
            "supplier_attribute": "Retail Price",
            "advanced_configuration": null
        },
        {
            "connection": "Products",
            "product_type": "parent",
            "type": "core",
            "wc_attribute": "stock_quantity",
            "supplier_attribute": "Available Quantity",
            "advanced_configuration": null
        }
    ],
    "operations": [
        {
            "operation": "product-operations",
            "operation_type": "data-sync",
            "is_active": true,
            "configuration": {
                "available_products": {
                    "add": true,
                    "update": true,
                    "update_product_status": false,
                    "product_status": "publish"
                },
                "unavailable_products": {
                    "products_of": "none",
                    "operation": "none"
                }
            },
            "connections": [
                "Products"
            ]
        },
        {
            "operation": "batch",
            "operation_type": "performance-optimization",
            "is_active": true,
            "configuration": {
                "batch_size": 1000
            },
            "connections": [
                "Products"
            ]
        },
        {
            "operation": "file-sync",
            "operation_type": "data-sync",
            "is_active": true,
            "configuration": {
                "is_zip": true,
                "file_name": "STDPRICE_FULL.TXT",
                "delimiter": "comma"
            },
            "connections": [
                "Products"
            ]
        }
    ]
}