{
    "name": "Shoptet → Fakturoid: Automatické faktury",
    "description": "Každá nová objednávka ve Shoptetu automaticky vytvoří fakturu ve Fakturoidu.",
    "platform": "make",
    "version": "2.0.0",
    "tags": [
        "ecommerce",
        "invoicing",
        "automation"
    ],
    "triggers": [
        {
            "type": "webhook",
            "service": "shoptet",
            "event": "new_order",
            "description": "New order created in Shoptet"
        }
    ],
    "actions": [
        {
            "step": 1,
            "service": "fakturoid",
            "action": "create_invoice",
            "description": "Create invoice in Fakturoid"
        }
    ],
    "connections": {
        "shoptet": {
            "auth_type": "api_key",
            "required_fields": [
                "api_key",
                "email"
            ],
            "setup_url": "https:\/\/help.shoptet.cz\/cs\/knowledge-base\/api"
        },
        "fakturoid": {
            "auth_type": "api_key",
            "required_fields": [
                "api_key",
                "account_slug"
            ],
            "setup_url": "https:\/\/fakturoid.cz\/api"
        }
    },
    "field_mapping": {
        "order_number": "order_number",
        "customer_name": "customer_name",
        "customer_email": "customer_email",
        "total_price": "total_price_vat",
        "items": "items"
    },
    "instructions": [
        "Vytvořte účet v Shoptet a Fakturoid",
        "Získejte API klíče z obou systémů",
        "Importujte tento blueprint do Make.com",
        "Nahraďte API klíče ve scénáři",
        "Otestujte s testovací objednávkou",
        "Zapněte scénář do produkce"
    ],
    "prerequisites": [
        "Účet ve Shoptet (placený tarif s API)",
        "Účet ve Fakturoid",
        "API klíče z obou systémů",
        "Základní znalost Make.com"
    ],
    "updated": "2026-01-21",
    "estimated_time": "30 minut",
    "difficulty": "Středně obtížné",
    "monthly_savings": "10-15 hodin"
}