{
    "name": "Amrod",
    "app_type": "amrod",
    "sync_type": "api",
    "is_active": true,
    "debug_mode": false,
    "authorization": {
        "auth_type": "custom",
        "auth_settings": {
            "request_settings": {
                "method": "POST",
                "url": "https://identity.amrod.co.za/VendorLogin",
                "headers": {
                    "Content-Type": "application/json"
                },
                "body": {
                    "type": "json",
                    "data": {
                        "UserName": "<username>",
                        "Password": "<password>",
                        "CustomerCode": "<customer_code>"
                    }
                },
                "token_type": "Bearer",
                "authorization_header_name": "Authorization"
            },
            "response_settings": {
                "token_key": "token",
                "expires_in_key": "expiry",
                "expires_in_value": 3600,
                "token_type": "Bearer"
            }
        }
    },
    "connections": [
        {
            "name": "Categories",
            "type": "api",
            "is_active": true,
            "is_primary": false,
            "resource_type": "product",
            "priority": 1,
            "configuration": {
                "auth_enabled": true,
                "method": "GET",
                "endpoint": "https://vendorapi.amrod.co.za/api/v1/Categories",
                "headers": {
                    "Content-Type": "application/json",
                    "Accept": "application/json"
                },
                "body": {},
                "prerequisites": null,
                "advanced_configuration": {}
            }
        },
        {
            "name": "Products",
            "type": "api",
            "is_active": true,
            "is_primary": true,
            "resource_type": "product",
            "priority": 2,
            "configuration": {
                "auth_enabled": true,
                "method": "GET",
                "endpoint": "https://vendorapi.amrod.co.za/api/v1/Products/GetProductsAndBranding",
                "headers": {
                    "Content-Type": "application/json",
                    "Accept": "application/json"
                },
                "body": {},
                "prerequisites": {
                    "product_response": "",
                    "variable_response": {
                        "variable_path": "variants"
                    },
                    "main_product_unique_identifier": "fullCode",
                    "variable_product_unique_identifier": "fullCode"
                },
                "advanced_configuration": {}
            }
        },
        {
            "name": "Prices",
            "type": "api",
            "is_active": true,
            "is_primary": false,
            "resource_type": "product",
            "priority": 5,
            "configuration": {
                "auth_enabled": true,
                "method": "GET",
                "endpoint": "https://vendorapi.amrod.co.za/api/v1/Prices",
                "headers": {
                    "Content-Type": "application/json",
                    "Accept": "application/json"
                },
                "body": {},
                "prerequisites": {
                    "product_response": "",
                    "variable_response": {},
                    "main_product_unique_identifier": "fullCode",
                    "variable_product_unique_identifier": ""
                },
                "advanced_configuration": {}
            }
        },
        {
            "name": "Stock",
            "type": "api",
            "is_active": true,
            "is_primary": false,
            "resource_type": "product",
            "priority": 6,
            "configuration": {
                "auth_enabled": true,
                "method": "GET",
                "endpoint": "https://vendorapi.amrod.co.za/api/v1/Stock",
                "headers": {
                    "Content-Type": "application/json",
                    "Accept": "application/json"
                },
                "body": {},
                "prerequisites": {
                    "product_response": "",
                    "variable_response": {},
                    "main_product_unique_identifier": "fullCode",
                    "variable_product_unique_identifier": ""
                },
                "advanced_configuration": {}
            }
        },
        {
            "name": "Amrod Branding Prices",
            "type": "api",
            "is_active": true,
            "is_primary": false,
            "resource_type": "product",
            "priority": 8,
            "configuration": {
                "auth_enabled": true,
                "method": "GET",
                "endpoint": "https://vendorapi.amrod.co.za/api/v1/BrandingPrices/",
                "headers": {
                    "Content-Type": "application/json",
                    "Accept": "application/json"
                },
                "body": {},
                "prerequisites": {},
                "advanced_configuration": {}
            }
        }
    ],
    "attribute_mapping": [
        {
            "connection": "Products",
            "product_type": "parent",
            "type": "core",
            "wc_attribute": "sku",
            "supplier_attribute": "fullCode",
            "advanced_configuration": null
        },
        {
            "connection": "Products",
            "product_type": "parent",
            "type": "core",
            "wc_attribute": "name",
            "supplier_attribute": "productName",
            "advanced_configuration": null
        },
        {
            "connection": "Products",
            "product_type": "parent",
            "type": "core",
            "wc_attribute": "description",
            "supplier_attribute": "description",
            "advanced_configuration": null
        },
        {
            "connection": "Prices",
            "product_type": "parent",
            "type": "core",
            "wc_attribute": "regular_price",
            "supplier_attribute": "price",
            "advanced_configuration": null
        },
        {
            "connection": "Stock",
            "product_type": "parent",
            "type": "core",
            "wc_attribute": "stock_quantity",
            "supplier_attribute": "stock",
            "advanced_configuration": null
        },
        {
            "connection": "Products",
            "product_type": "parent",
            "type": "core",
            "wc_attribute": "images",
            "supplier_attribute": "images",
            "advanced_configuration": {
                "image_src_attr": "urls->0->url"
            }
        }
    ],
    "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": [
                "Prices"
            ]
        },
        {
            "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": [
                "Stock"
            ]
        },
        {
            "operation": "batch",
            "operation_type": "performance-optimization",
            "is_active": true,
            "configuration": {
                "batch_size": 100
            },
            "connections": [
                "Products"
            ]
        },
        {
            "operation": "batch",
            "operation_type": "performance-optimization",
            "is_active": true,
            "configuration": {
                "batch_size": 1000
            },
            "connections": [
                "Prices"
            ]
        },
        {
            "operation": "batch",
            "operation_type": "performance-optimization",
            "is_active": true,
            "configuration": {
                "batch_size": 1000
            },
            "connections": [
                "Stock"
            ]
        }
    ]
}