{
    "name": "KMQ Promotions",
    "app_type": "kmq",
    "sync_type": "api",
    "is_active": true,
    "debug_mode": false,
    "authorization": {
        "auth_type": "no-auth",
        "auth_settings": []
    },
    "connections": [
        {
            "name": "Products",
            "type": "api",
            "is_active": true,
            "is_primary": true,
            "resource_type": "product",
            "priority": 1,
            "configuration": {
                "auth_enabled": true,
                "method": "GET",
                "endpoint": "https://api.kmq.co.za/api/v1/products?token=<token>",
                "headers": {
                    "Content-Type": "application/json"
                },
                "body": {},
                "prerequisites": {
                    "product_response": "",
                    "variable_response": {
                        "parent_identifier": "product_group_code"
                    },
                    "main_product_unique_identifier": "product_group_code",
                    "variable_product_unique_identifier": "product_code"
                }
            }
        },
        {
            "name": "Images",
            "type": "api",
            "is_active": true,
            "is_primary": false,
            "resource_type": "product",
            "priority": 2,
            "configuration": {
                "auth_enabled": true,
                "method": "GET",
                "endpoint": "https://api.kmq.co.za/api/v1/productimages?token=<token>",
                "headers": {
                    "Content-Type": "application/json"
                },
                "body": {},
                "prerequisites": {
                    "product_response": "",
                    "variable_response": {
                        "parent_identifier": "product_group_code"
                    },
                    "main_product_unique_identifier": "product_group_code",
                    "variable_product_unique_identifier": "product_code"
                }
            }
        }
    ],
    "attribute_mapping": [
        {
            "connection": "Products",
            "product_type": "parent",
            "type": "core",
            "wc_attribute": "sku",
            "supplier_attribute": "product_group_code",
            "advanced_configuration": null
        },
        {
            "connection": "Images",
            "product_type": "parent",
            "type": "core",
            "wc_attribute": "images",
            "supplier_attribute": "image_url",
            "advanced_configuration": {
                "translation": {
                    "is_active": false,
                    "attributes": [
                        {
                            "apiValue": "",
                            "condition": "equals",
                            "translatedValue": ""
                        }
                    ]
                },
                "image_src_attr": "",
                "add_during_sync": true,
                "image_path_attr": "",
                "update_during_sync": true,
                "fetch_from_other_api": {
                    "is_active": false,
                    "connection": ""
                }
            }
        },
        {
            "connection": "Products",
            "product_type": "parent",
            "type": "core",
            "wc_attribute": "name",
            "supplier_attribute": "product_name",
            "advanced_configuration": null
        },
        {
            "connection": "Products",
            "product_type": "parent",
            "type": "core",
            "wc_attribute": "description",
            "supplier_attribute": "product_description",
            "advanced_configuration": null
        },
        {
            "connection": "Products",
            "product_type": "parent",
            "type": "core",
            "wc_attribute": "regular_price",
            "supplier_attribute": "Price01",
            "advanced_configuration": null
        },
        {
            "connection": "Products",
            "product_type": "parent",
            "type": "core",
            "wc_attribute": "stock_quantity",
            "supplier_attribute": "current_stock",
            "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": {
                    "operation": "none",
                    "products_of": "none"
                }
            },
            "connections": [
                "Products"
            ]
        },
        {
            "operation": "product-operations",
            "operation_type": "data-sync",
            "is_active": true,
            "configuration": {
                "available_products": {
                    "add": false,
                    "update": true,
                    "update_product_status": false,
                    "product_status": "publish"
                },
                "unavailable_products": {
                    "operation": "none",
                    "products_of": "none"
                }
            },
            "connections": [
                "Images"
            ]
        }
    ]
}