{ "id": "NGwD3pIHXBU0w5hC", "meta": { "instanceId": "workflow-5f06b4ea", "versionId": "1.0.0", "createdAt": "2025-09-29T07:07:54.160343", "updatedAt": "2025-09-29T07:07:54.160355", "owner": "n8n-user", "license": "MIT", "category": "automation", "status": "active", "priority": "high", "environment": "production" }, "name": "[n8n] - Shopify Orders to D365 Business Central Sales Orders / Sales Invoices", "tags": [ "automation", "n8n", "production-ready", "excellent", "optimized" ], "nodes": [ { "id": "92db12db-d96d-4076-a9cd-441c4bdfe212", "name": "GetFufillmentOrders", "type": "n8n-nodes-base.httpRequest", "position": [ 840, 300 ], "parameters": { "url": "{{ $env.BASE_URL }}", "options": {}, "sendHeaders": true, "authentication": "{{ $credentials.predefinedCredentialType }}", "headerParameters": { "parameters": [ { "name": "Content-Type", "value": "application/json" } ] }, "nodeCredentialType": "YOUR_CREDENTIAL_HERE" }, "credentials": { "httpHeaderAuth": { "id": "BkNv57yQW9PSPr6p", "name": "Shopify HTTP Token Auth" }, "shopifyAccessTokenApi": { "id": "9P9B0Hcwyj2CpqeA", "name": "Shopify Access Token account" } }, "typeVersion": 4.1, "notes": "This httpRequest node performs automated tasks as part of the workflow." }, { "id": "60e0bd37-a2d1-48c5-8b47-830094d5e2ae", "name": "Sticky Note3", "type": "n8n-nodes-base.stickyNote", "position": [ 780, 140 ], "parameters": { "width": 730.3433300216063, "height": 394.8862809393426, "content": "## Shopify Line Locations\nFor multi-location Shopify accounts, these group of nodes get the active location id for each order line." }, "typeVersion": 1, "notes": "This stickyNote node performs automated tasks as part of the workflow." }, { "id": "1e91817c-26bf-46f8-8185-696f07daa28c", "name": "Sticky Note6", "type": "n8n-nodes-base.stickyNote", "position": [ 400, 140 ], "parameters": { "width": 354.40926061252037, "height": 398.9698970525732, "content": "## Get Shopify Orders\n1.- Get Shopify Orders created/updated since one day prior. The Flow will get every order created or updated on the last 24 hours.\n\n2.- Filter to get paid orders." }, "typeVersion": 1, "notes": "This stickyNote node performs automated tasks as part of the workflow." }, { "id": "89f633a1-ac8f-4480-934b-e429717cb09f", "name": "Sticky Note8", "type": "n8n-nodes-base.stickyNote", "position": [ 1557, 140 ], "parameters": { "width": 974.6786178827637, "height": 520.8878646073657, "content": "## Existing Customer Lookup (Business Central)\nLookup for existing customer in Business Central based on the logic defined in the URI, if a customer exist then that id is used, otherwhise a new customer will be created\n" }, "typeVersion": 1, "notes": "This stickyNote node performs automated tasks as part of the workflow." }, { "id": "c973b647-c1c6-43dc-9b80-46e34d051fc4", "name": "Sticky Note12", "type": "n8n-nodes-base.stickyNote", "position": [ -640, 140 ], "parameters": { "color": 3, "width": 509.9611651710956, "height": 705.3721586313337, "content": "## Workflow Information πŸ“Œ\n\n### Purpose 🎯\nThe intention of this workflow is to integrate New Shopify Orders into MS Dynamics Business Central:\n\n- **Point-of-Sale (POS):** POS orders will be created in Business Central as Sales Invoices given no fulfillment is expected.\n- **Web Orders:** This type of orders will be created as Business Central Sales Orders.\n\n### How to use it πŸš€\n1. Edit the \"D365 BC Environment Settings\" node with your own account values (Company Id, Tenanant Id, Tax & Discount Items).\n2. Go to the \"Shopify\" node and edit the connection with your environment. More help [here]({{ $env.WEBHOOK_URL }}\n3. Go to the \"Lookup Customers\" node to edit the Business Central connection details with your environment settings.\n4. Set the required filters on the \"Shopify Order Filter\" node.\n5. Edit the \"Schedule Trigger\" node with the required frequency.\n\n### Useful Workflow Links πŸ“š\n1. [Step-by-step Guide/ Integro Cloud Solutions]({{ $env.WEBHOOK_URL }}\n2. [Business Central REST API Documentation]({{ $env.API_BASE_URL }}\n3. [Video Demo]({{ $env.WEBHOOK_URL }}\n\n\n### Need Help?\nContact me at:\nβœ‰οΈgreg.lopez@integrocloudsolutions.com\nπŸ“₯ {{ $env.WEBHOOK_URL }}\n\n\n\n" }, "typeVersion": 1, "notes": "This stickyNote node performs automated tasks as part of the workflow." }, { "id": "e7c4bf60-e040-4f41-9c8a-7729ffed88fd", "name": "Shopify", "type": "n8n-nodes-base.shopify", "position": [ 440, 300 ], "parameters": { "options": { "status": "any", "updatedAtMin": "={{$now.minus({days: 1})}}" }, "operation": "getAll", "returnAll": true, "authentication": "{{ $credentials.accessToken }}" }, "credentials": { "shopifyAccessTokenApi": { "id": "9P9B0Hcwyj2CpqeA", "name": "Shopify Access Token account" } }, "typeVersion": 1, "notes": "This shopify node performs automated tasks as part of the workflow." }, { "id": "274b710d-e642-4bc6-bf8d-5852a721f037", "name": "Sticky Note", "type": "n8n-nodes-base.stickyNote", "position": [ 1560, 730.5378173588417 ], "parameters": { "width": 978.7262207141349, "height": 502.3149881728773, "content": "## Existing Order Lookup (Business Central)\n\n1.- This logic will avoid duplication of Business Central Sales Orders/Sales Invoices validating if an order with the same external Id exist already.\n\n2.- If a match is found then the order is ignored\n\n3.- The source of the order is evaluated, if the order was placed on the Point-of-Sale a Sales Invoice is created else a Sales Order will be created." }, "typeVersion": 1, "notes": "This stickyNote node performs automated tasks as part of the workflow." }, { "id": "ccf15ee2-b805-4fa7-88ab-12bf3c864415", "name": "Sticky Note10", "type": "n8n-nodes-base.stickyNote", "position": [ 2600, 700 ], "parameters": { "width": 1330.0330040471722, "height": 434.94851154152406, "content": "## Sales Order Creation\n\n1.- Map on the \"Sales Order Mapping\" node any requiered fields to be integrated into Business Central.\n\n2- The HTTP Node will perform a POST call to Business Central REST API to create the Sales Order.\n\n3. After the Sales Order gets created, all line items will be added into the Order. \n\n4. If there are any while creating line items, the Sales Order will be deleted.\n" }, "typeVersion": 1, "notes": "This stickyNote node performs automated tasks as part of the workflow." }, { "id": "5a78d974-d950-4e26-87cf-a42e4633a5d8", "name": "Sticky Note11", "type": "n8n-nodes-base.stickyNote", "position": [ -68.32736133691077, 140 ], "parameters": { "width": 442.73662194943114, "height": 398.9698970525732, "content": "## Configure Business Central Environment Variables\n1.- Enter your BC tenantId,companyId, name.\n2.- Set the SKU number for the Items to be used for Taxes and Discounts." }, "typeVersion": 1, "notes": "This stickyNote node performs automated tasks as part of the workflow." }, { "id": "95f15005-6c9b-46ae-9cb3-a89887189aed", "name": "Schedule Trigger", "type": "n8n-nodes-base.scheduleTrigger", "position": [ -20, 340 ], "parameters": { "rule": { "interval": [ { "field": "minutes" } ] } }, "typeVersion": 1.1, "notes": "This scheduleTrigger node performs automated tasks as part of the workflow." }, { "id": "0c2ee7ac-3b27-4e6f-9e65-f1bba3ee494b", "name": "Loop Over Items", "type": "n8n-nodes-base.splitInBatches", "position": [ 1620, 260 ], "parameters": { "options": {} }, "typeVersion": 3, "notes": "This splitInBatches node performs automated tasks as part of the workflow." }, { "id": "58a528fe-f9f3-4522-bc4d-0fc91fbbf656", "name": "New Customer?", "type": "n8n-nodes-base.if", "position": [ 2020, 260 ], "parameters": { "conditions": { "number": [ { "value1": "={{ $json.value.length }}", "value2": 1 } ] } }, "typeVersion": 1, "notes": "This if node performs automated tasks as part of the workflow." }, { "id": "e5222a97-002c-4433-aa7a-dbc6426b2a25", "name": "Lookup Customers", "type": "n8n-nodes-base.httpRequest", "position": [ 1840, 260 ], "parameters": { "url": "{{ $env.BASE_URL }}", "options": {}, "authentication": "{{ $credentials.genericCredentialType }}", "genericAuthType": "oAuth2Api" }, "credentials": { "oAuth2Api": { "id": "s8gGHYzOwlhE9yot", "name": "PROD_businessCentral_integro" } }, "typeVersion": 4.1, "continueOnFail": true, "notes": "This httpRequest node performs automated tasks as part of the workflow." }, { "id": "8d5ba820-04a7-413e-bb9e-8385dee5e78b", "name": "SelectFields", "type": "n8n-nodes-base.set", "position": [ 1080, 300 ], "parameters": { "values": { "string": [ { "name": "id", "value": "={{ $('Filter').item.json.id }}" }, { "name": "name", "value": "={{ $('Filter').item.json.name }}" }, { "name": "source_name", "value": "={{ $('Filter').item.json.source_name }}" }, { "name": "shipping_address", "value": "={{ $('Filter').item.json.shipping_address }}" }, { "name": "billing_address", "value": "={{ $('Filter').item.json.billing_address }}" }, { "name": "customer", "value": "={{ $('Filter').item.json.customer }}" }, { "name": "discount_codes", "value": "={{ $('Filter').item.json.discount_codes}}" }, { "name": "shippingcost", "value": "={{ $('Filter').item.json.total_shipping_price_set.shop_money.amount }}" }, { "name": "line_items", "value": "={{ $('Filter').item.json.line_items }}" }, { "name": "fulfillment_orders", "value": "={{ $json.fulfillment_orders }}" }, { "name": "currency", "value": "={{ $('Filter').item.json.currency }}" }, { "name": "=created_at", "value": "={{ $('Filter').item.json.created_at }}" }, { "name": "gateway", "value": "={{ $('Filter').item.json.payment_gateway_names[0] }}" }, { "name": "total_tax", "value": "={{ $('Filter').item.json.total_tax }}" }, { "name": "total_discounts", "value": "={{ $('Filter').item.json.total_discounts*-1 }}" } ] }, "options": {}, "keepOnlySet": true }, "typeVersion": 2, "notes": "This set node performs automated tasks as part of the workflow." }, { "id": "d5120009-2efe-4ef1-9450-eedd475f95c7", "name": "orderPreprocessing", "type": "n8n-nodes-base.code", "position": [ 1340, 300 ], "parameters": { "mode": "runOnceForEachItem", "jsCode": "const orderJson = $input.item.json;\n\n// Create a map of line_item_id to assigned_location_id\nconst lineItemToLocationMap = {};\norderJson.fulfillment_orders.forEach(fulfillmentOrder => {\n fulfillmentOrder.line_items.forEach(lineItem => {\n lineItemToLocationMap[lineItem.line_item_id] = fulfillmentOrder.assigned_location_id;\n });\n});\n\n// Update the line_items array with assigned_location_id\norderJson.line_items.forEach(lineItem => {\n const assignedLocationId = lineItemToLocationMap[lineItem.id];\n if (assignedLocationId !== undefined) {\n lineItem.assigned_location_id = assignedLocationId;\n }\n});\n\n// Add a new property 'pairedItem' to orderJson with the value of $itemIndex\norderJson.pairedItem = $itemIndex;\n\n// Add a new line item with specified fields for taxes if taxesAsLineItem is true\nif ($('D365 BC Environment Settings').item.json.taxesAsLineItem) {\n const newLineItem = {\n \"sku\": $('D365 BC Environment Settings').item.json.taxItemSku,\n \"price\": orderJson.total_tax,\n \"quantity\": 1\n };\n orderJson.line_items.push(newLineItem);\n}\n\n// Add a new line item with specified fields for discount\nif ($('D365 BC Environment Settings').item.json.discountsAsLineItem) {\nconst newDiscountLineItem = {\n \"sku\": $('D365 BC Environment Settings').item.json.discountItemSku,\n \"price\": orderJson.total_discounts,\n \"quantity\": 1\n};\norderJson.line_items.push(newDiscountLineItem);\n}\n\n// Return the modified orderJson\nreturn orderJson;\n" }, "typeVersion": 2, "notes": "This code node performs automated tasks as part of the workflow." }, { "id": "28f0b15a-e1a6-4055-90ed-f3051f043792", "name": "Create Customer", "type": "n8n-nodes-base.httpRequest", "position": [ 2240, 320 ], "parameters": { "url": "{{ $env.BASE_URL }}", "method": "POST", "options": { "response": { "response": {} } }, "sendBody": true, "sendHeaders": true, "authentication": "{{ $credentials.genericCredentialType }}", "bodyParameters": { "parameters": [ { "name": "displayName", "value": "={{ $('orderPreprocessing').item.json.customer.first_name }} {{ $('orderPreprocessing').item.json.customer.last_name }}" }, { "name": "type", "value": "Person" }, { "name": "email", "value": "={{ $('Loop Over Items').item.json.customer.email }}" }, { "name": "taxLiable", "value": "true" }, { "name": "currencyCode", "value": "={{ $('Loop Over Items').item.json.currency }}" }, { "name": "addressLine1", "value": "={{ $('Loop Over Items').item.json.shipping_address.address1 }}" }, { "name": "addressLine2", "value": "={{ $('Loop Over Items').item.json.shipping_address.address2 }}" }, { "name": "city", "value": "={{ $('Loop Over Items').item.json.shipping_address.city }}" }, { "name": "state", "value": "={{ $('Loop Over Items').item.json.shipping_address.province }}" }, { "name": "country", "value": "={{ $('Loop Over Items').item.json.shipping_address.country_code }}" }, { "name": "postalCode", "value": "={{ $('Loop Over Items').item.json.shipping_address.zip }}" }, { "name": "phoneNumber", "value": "={{ $('Loop Over Items').item.json.shipping_address.phone }}" } ] }, "genericAuthType": "oAuth2Api", "headerParameters": { "parameters": [ { "name": "Content-Type", "value": "application/json" } ] } }, "credentials": { "oAuth2Api": { "id": "s8gGHYzOwlhE9yot", "name": "PROD_businessCentral_integro" } }, "notesInFlow": true, "typeVersion": 4.1, "continueOnFail": true, "alwaysOutputData": false, "notes": "This httpRequest node performs automated tasks as part of the workflow." }, { "id": "990fec80-30e3-44f8-a95d-f9afb2e495c5", "name": "Set Business Central Customer Id", "type": "n8n-nodes-base.set", "position": [ 1780, 500 ], "parameters": { "values": { "string": [ { "name": "order", "value": "={{ $('orderPreprocessing').item.json }}" }, { "name": "bc_customer.id", "value": "={{ $json.value.isEmpty() ? $json.id : $json.value[0].id}}" } ] }, "options": {}, "keepOnlySet": true }, "typeVersion": 2, "notes": "This set node performs automated tasks as part of the workflow." }, { "id": "313ac019-aedb-4d64-833d-c3582153e2c0", "name": "Create Order Lines", "type": "n8n-nodes-base.httpRequest", "onError": "continueErrorOutput", "position": [ 3440, 900 ], "parameters": { "url": "{{ $env.BASE_URL }}", "method": "POST", "options": { "batching": { "batch": { "batchSize": 0 } }, "response": { "response": {} } }, "sendBody": true, "sendHeaders": true, "authentication": "{{ $credentials.genericCredentialType }}", "bodyParameters": { "parameters": [ { "name": "lineObjectNumber", "value": "={{ $json.line_items.sku }}" }, { "name": "quantity", "value": "={{ $json.line_items.quantity }}" }, { "name": "description", "value": "={{ $json.line_items.title }}" }, { "name": "lineType", "value": "Item" }, { "name": "unitPrice", "value": "={{ $json.line_items.price*1 }}" } ] }, "genericAuthType": "oAuth2Api", "headerParameters": { "parameters": [ { "name": "Content-Type", "value": "application/json" } ] } }, "credentials": { "oAuth2Api": { "id": "s8gGHYzOwlhE9yot", "name": "PROD_businessCentral_integro" } }, "typeVersion": 4.1, "notes": "This httpRequest node performs automated tasks as part of the workflow." }, { "id": "e0d63859-a480-4f69-bb30-77c9615777b6", "name": "End", "type": "n8n-nodes-base.noOp", "position": [ 3720, 840 ], "parameters": {}, "typeVersion": 1, "notes": "This noOp node performs automated tasks as part of the workflow." }, { "id": "8c756b31-0b7f-4f9a-a7a3-5fccdcfcf8b8", "name": "Split Out", "type": "n8n-nodes-base.splitOut", "position": [ 3260, 900 ], "parameters": { "include": "allOtherFields", "options": {}, "fieldToSplitOut": "=line_items" }, "typeVersion": 1, "notes": "This splitOut node performs automated tasks as part of the workflow." }, { "id": "e2ddcd9a-7502-49ae-9d5c-50f6c3084570", "name": "DELETE Sales Order", "type": "n8n-nodes-base.httpRequest", "onError": "continueRegularOutput", "position": [ 3720, 980 ], "parameters": { "url": "{{ $env.BASE_URL }}", "method": "DELETE", "options": { "batching": { "batch": { "batchSize": 1 } }, "response": { "response": {} } }, "sendBody": true, "sendHeaders": true, "authentication": "{{ $credentials.genericCredentialType }}", "bodyParameters": { "parameters": [ {} ] }, "genericAuthType": "oAuth2Api", "headerParameters": { "parameters": [ { "name": "Content-Type", "value": "application/json" } ] } }, "credentials": { "oAuth2Api": { "id": "s8gGHYzOwlhE9yot", "name": "PROD_businessCentral_integro" } }, "typeVersion": 4.1, "notes": "This httpRequest node performs automated tasks as part of the workflow." }, { "id": "b5303dc5-bf56-4b1c-a231-15a322f26ac8", "name": "D365 BC Environment Settings", "type": "n8n-nodes-base.set", "position": [ 180, 340 ], "parameters": { "values": { "string": [ { "name": "tenantId", "value": "{tenandId}" }, { "name": "environmentName", "value": "Production" }, { "name": "companyId", "value": "{CompanyId}" }, { "name": "discountItemSku", "value": "N8N_DISCOUNT" }, { "name": "taxItemSku", "value": "N8N_TAX_AMOUNT" } ], "boolean": [ { "name": "taxesAsLineItem", "value": true }, { "name": "discountsAsLineItem", "value": true } ] }, "options": {}, "keepOnlySet": true }, "typeVersion": 2, "notes": "This set node performs automated tasks as part of the workflow." }, { "id": "e7925d36-5b30-4822-8eb1-a5a076a77669", "name": "Create Sales Order", "type": "n8n-nodes-base.httpRequest", "notes": "Create Sales Order Header", "onError": "continueErrorOutput", "position": [ 2880, 920 ], "parameters": { "url": "{{ $env.BASE_URL }}", "method": "POST", "options": { "batching": { "batch": { "batchSize": 5, "batchInterval": 5000 } }, "response": { "response": {} } }, "jsonBody": "={{$json}}", "sendBody": true, "sendHeaders": true, "specifyBody": "json", "authentication": "{{ $credentials.genericCredentialType }}", "genericAuthType": "oAuth2Api", "headerParameters": { "parameters": [ { "name": "Content-Type", "value": "application/json" } ] } }, "credentials": { "oAuth2Api": { "id": "s8gGHYzOwlhE9yot", "name": "PROD_businessCentral_integro" } }, "notesInFlow": true, "typeVersion": 4.1 }, { "id": "fce6d383-c372-4f65-83b5-d681dfa16323", "name": "Sticky Note13", "type": "n8n-nodes-base.stickyNote", "position": [ 2600, 140 ], "parameters": { "width": 1330.0330040471722, "height": 434.94851154152406, "content": "## Sales Order Creation\n\n1. Map on the \"Sales Invoice Mapping\" node any requiered fields to be integrated into Business Central.\n\n2. The HTTP Node will perform a POST call to Business Central REST API to create the Sales Invoice.\n\n3. After the Sales Invoice gets created, all line items will be added into the Invoice. \n\n4. If there are any while creating line items, the Sales Invoice will be deleted.\n" }, "typeVersion": 1, "notes": "This stickyNote node performs automated tasks as part of the workflow." }, { "id": "29d43335-713f-4bfc-a416-be41f7cc1311", "name": "Set Lines Invoice", "type": "n8n-nodes-base.set", "position": [ 3100, 360 ], "parameters": { "values": { "string": [ { "name": "so_id", "value": "={{ $json.id }}" }, { "name": "line_items", "value": "={{ $('Set Business Central Customer Id').item.json.order.line_items }}" } ] }, "options": { "dotNotation": true }, "keepOnlySet": true }, "typeVersion": 2, "notes": "This set node performs automated tasks as part of the workflow." }, { "id": "7d05a3d7-5bac-4099-8561-61b520c75e91", "name": "Set Lines SO", "type": "n8n-nodes-base.set", "position": [ 3100, 900 ], "parameters": { "values": { "string": [ { "name": "so_id", "value": "={{ $json.id }}" }, { "name": "line_items", "value": "={{ $('Set Business Central Customer Id').item.json.order.line_items }}" } ] }, "options": { "dotNotation": true }, "keepOnlySet": true }, "typeVersion": 2, "notes": "This set node performs automated tasks as part of the workflow." }, { "id": "e39a775a-4c89-47f0-8da9-e5cb33d03228", "name": "Split Out Invoice", "type": "n8n-nodes-base.splitOut", "position": [ 3260, 360 ], "parameters": { "include": "allOtherFields", "options": {}, "fieldToSplitOut": "=line_items" }, "typeVersion": 1, "notes": "This splitOut node performs automated tasks as part of the workflow." }, { "id": "ff21ea27-091c-4ba7-bedb-1e26561ff042", "name": "Create Invoice Lines", "type": "n8n-nodes-base.httpRequest", "onError": "continueErrorOutput", "position": [ 3440, 360 ], "parameters": { "url": "{{ $env.BASE_URL }}", "method": "POST", "options": { "batching": { "batch": { "batchSize": 0 } }, "response": { "response": {} } }, "sendBody": true, "sendHeaders": true, "authentication": "{{ $credentials.genericCredentialType }}", "bodyParameters": { "parameters": [ { "name": "lineObjectNumber", "value": "={{ $json.line_items.sku }}" }, { "name": "quantity", "value": "={{ $json.line_items.quantity }}" }, { "name": "description", "value": "={{ $json.line_items.title }}" }, { "name": "lineType", "value": "Item" }, { "name": "unitPrice", "value": "={{ $json.line_items.price*1 }}" } ] }, "genericAuthType": "oAuth2Api", "headerParameters": { "parameters": [ { "name": "Content-Type", "value": "application/json" } ] } }, "credentials": { "oAuth2Api": { "id": "s8gGHYzOwlhE9yot", "name": "PROD_businessCentral_integro" } }, "typeVersion": 4.1, "notes": "This httpRequest node performs automated tasks as part of the workflow." }, { "id": "becfe8a8-9655-4386-b891-977271b26c7e", "name": "Filter", "type": "n8n-nodes-base.filter", "position": [ 620, 300 ], "parameters": { "conditions": { "string": [ { "value1": "={{ $json.financial_status }}", "value2": "paid" } ] } }, "typeVersion": 1, "notes": "This filter node performs automated tasks as part of the workflow." }, { "id": "48edfcb3-5864-4794-8876-40bb7bec31f6", "name": "Create Sales Invoice", "type": "n8n-nodes-base.httpRequest", "notes": "Create Sales Order Header", "onError": "continueErrorOutput", "position": [ 2900, 380 ], "parameters": { "url": "{{ $env.BASE_URL }}", "method": "POST", "options": { "batching": { "batch": { "batchSize": 5, "batchInterval": 5000 } }, "response": { "response": {} } }, "jsonBody": "={{$json}}", "sendBody": true, "sendHeaders": true, "specifyBody": "json", "authentication": "{{ $credentials.genericCredentialType }}", "genericAuthType": "oAuth2Api", "headerParameters": { "parameters": [ { "name": "Content-Type", "value": "application/json" } ] } }, "credentials": { "oAuth2Api": { "id": "s8gGHYzOwlhE9yot", "name": "PROD_businessCentral_integro" } }, "notesInFlow": true, "typeVersion": 4.1 }, { "id": "a2879c0f-55d2-442a-be5e-cb249af88561", "name": "End1", "type": "n8n-nodes-base.noOp", "position": [ 3720, 300 ], "parameters": {}, "typeVersion": 1, "notes": "This noOp node performs automated tasks as part of the workflow." }, { "id": "4c979801-ab23-41a7-bc14-179d128c2bf7", "name": "Sales Invoice", "type": "n8n-nodes-base.set", "position": [ 2700, 380 ], "parameters": { "fields": { "values": [ { "name": "customerId", "stringValue": "={{ $('Set Business Central Customer Id').item.json.bc_customer.id }}" }, { "name": "invoiceDate", "stringValue": "={{ DateTime.fromISO($('Set Business Central Customer Id').item.json.order.created_at).toFormat('yyyy-MM-dd').toString() }}" }, { "name": "externalDocumentNumber", "stringValue": "={{ $('Set Business Central Customer Id').item.json.order.id.toString() }}" }, { "name": "currencyCode", "stringValue": "={{ $('Set Business Central Customer Id').item.json.order.currency }}" }, { "name": "sellToAddressLine1", "stringValue": "={{ $('Set Business Central Customer Id').item.json.order.shipping_address.address1 }}" }, { "name": "sellToAddressLine2", "stringValue": "={{ $('Set Business Central Customer Id').item.json.order.shipping_address.address2 }}" }, { "name": "sellToCity", "stringValue": "={{ $('Set Business Central Customer Id').item.json.order.shipping_address.city }}" }, { "name": "sellToCountry", "stringValue": "={{ $('Set Business Central Customer Id').item.json.order.shipping_address.country_code }}" }, { "name": "sellToState", "stringValue": "={{ $('Set Business Central Customer Id').item.json.order.shipping_address.province }}" }, { "name": "sellToPostCode", "stringValue": "={{ $('Set Business Central Customer Id').item.json.order.shipping_address.zip }}" } ] }, "include": "none", "options": {} }, "typeVersion": 3.2, "notes": "This set node performs automated tasks as part of the workflow." }, { "id": "022de50a-0030-434d-95b8-edef8eacb481", "name": "Lookup Sales Order", "type": "n8n-nodes-base.httpRequest", "position": [ 2120, 1080 ], "parameters": { "url": "{{ $env.BASE_URL }}", "options": {}, "authentication": "{{ $credentials.genericCredentialType }}", "genericAuthType": "oAuth2Api" }, "credentials": { "oAuth2Api": { "id": "s8gGHYzOwlhE9yot", "name": "PROD_businessCentral_integro" } }, "typeVersion": 4.1, "continueOnFail": true, "notes": "This httpRequest node performs automated tasks as part of the workflow." }, { "id": "8e646fe3-5a28-4bf4-8cc1-d31a13294218", "name": "Sales Order Mapping", "type": "n8n-nodes-base.set", "position": [ 2660, 920 ], "parameters": { "fields": { "values": [ { "name": "customerId", "stringValue": "={{ $('Set Business Central Customer Id').item.json.bc_customer.id }}" }, { "name": "OrderDate", "stringValue": "={{ DateTime.fromISO($('Set Business Central Customer Id').item.json.order.created_at).toFormat('yyyy-MM-dd').toString() }}" }, { "name": "externalDocumentNumber", "stringValue": "={{ $('Set Business Central Customer Id').item.json.order.id.toString() }}" }, { "name": "currencyCode", "stringValue": "={{ $('Set Business Central Customer Id').item.json.order.currency }}" }, { "name": "sellToAddressLine1", "stringValue": "={{ $('Set Business Central Customer Id').item.json.order.shipping_address.address1 }}" }, { "name": "sellToAddressLine2", "stringValue": "={{ $('Set Business Central Customer Id').item.json.order.shipping_address.address2 }}" }, { "name": "sellToCity", "stringValue": "={{ $('Set Business Central Customer Id').item.json.order.shipping_address.city }}" }, { "name": "sellToCountry", "stringValue": "={{ $('Set Business Central Customer Id').item.json.order.shipping_address.country_code }}" }, { "name": "sellToState", "stringValue": "={{ $('Set Business Central Customer Id').item.json.order.shipping_address.province }}" }, { "name": "sellToPostCode", "stringValue": "={{ $('Set Business Central Customer Id').item.json.order.shipping_address.zip }}" } ] }, "include": "none", "options": {} }, "typeVersion": 3.2, "notes": "This set node performs automated tasks as part of the workflow." }, { "id": "3839e2f2-54a2-4bbb-b0af-e10d5da0da82", "name": "New SO?", "type": "n8n-nodes-base.if", "position": [ 2300, 1080 ], "parameters": { "conditions": { "number": [ { "value1": "={{ $json.value.length }}", "operation": "smallerEqual" } ] } }, "typeVersion": 1, "notes": "This if node performs automated tasks as part of the workflow." }, { "id": "54292ca1-8d99-4ef8-8f46-a17633bd8a9d", "name": "Lookup Sales Invoice", "type": "n8n-nodes-base.httpRequest", "position": [ 2120, 920 ], "parameters": { "url": "{{ $env.BASE_URL }}", "options": {}, "authentication": "{{ $credentials.genericCredentialType }}", "genericAuthType": "oAuth2Api" }, "credentials": { "oAuth2Api": { "id": "s8gGHYzOwlhE9yot", "name": "PROD_businessCentral_integro" } }, "typeVersion": 4.1, "continueOnFail": true, "notes": "This httpRequest node performs automated tasks as part of the workflow." }, { "id": "6c531d1b-a605-4212-88c9-292b818ca5d4", "name": "New Invoice?", "type": "n8n-nodes-base.if", "position": [ 2300, 920 ], "parameters": { "conditions": { "number": [ { "value1": "={{ $json.value.length }}", "operation": "smallerEqual" } ] } }, "typeVersion": 1, "notes": "This if node performs automated tasks as part of the workflow." }, { "id": "6d7517eb-b32d-471d-93e3-4bbee0b7f06a", "name": "POS?", "type": "n8n-nodes-base.if", "position": [ 1920, 1000 ], "parameters": { "conditions": { "string": [ { "value1": "={{ $json.order.source_name }}", "value2": "pos" } ] } }, "typeVersion": 1, "notes": "This if node performs automated tasks as part of the workflow." }, { "id": "b17c61c4-ce32-4b0f-88ac-aad47e5d785d", "name": "DELETE Sales Invoice", "type": "n8n-nodes-base.httpRequest", "onError": "continueRegularOutput", "position": [ 3720, 440 ], "parameters": { "url": "{{ $env.BASE_URL }}", "method": "DELETE", "options": { "batching": { "batch": { "batchSize": 1 } }, "response": { "response": {} } }, "sendBody": true, "sendHeaders": true, "authentication": "{{ $credentials.genericCredentialType }}", "bodyParameters": { "parameters": [ {} ] }, "genericAuthType": "oAuth2Api", "headerParameters": { "parameters": [ { "name": "Content-Type", "value": "application/json" } ] } }, "credentials": { "oAuth2Api": { "id": "s8gGHYzOwlhE9yot", "name": "PROD_businessCentral_integro" } }, "typeVersion": 4.1, "notes": "This httpRequest node performs automated tasks as part of the workflow." } ], "active": false, "pinData": {}, "settings": { "callerPolicy": "workflowsFromSameOwner", "executionOrder": "v1", "executionTimeout": 3600, "saveManualExecutions": true, "saveExecutionProgress": true, "saveDataSuccessExecution": "none", "errorWorkflow": null, "timezone": "UTC", "maxExecutions": 1000, "retryOnFail": true, "retryCount": 3, "retryDelay": 1000 }, "versionId": "82aaad0b-396d-4d9a-9550-731340124a18", "connections": { "92db12db-d96d-4076-a9cd-441c4bdfe212": { "main": [ [ { "node": "error-handler-92db12db-d96d-4076-a9cd-441c4bdfe212", "type": "main", "index": 0 } ], [ { "node": "error-handler-92db12db-d96d-4076-a9cd-441c4bdfe212-74ebeee6", "type": "main", "index": 0 } ], [ { "node": "error-handler-92db12db-d96d-4076-a9cd-441c4bdfe212-22a25804", "type": "main", "index": 0 } ], [ { "node": "error-handler-92db12db-d96d-4076-a9cd-441c4bdfe212-aefd1080", "type": "main", "index": 0 } ], [ { "node": "error-handler-92db12db-d96d-4076-a9cd-441c4bdfe212-019bf150", "type": "main", "index": 0 } ], [ { "node": "error-handler-92db12db-d96d-4076-a9cd-441c4bdfe212-2ab57727", "type": "main", "index": 0 } ], [ { "node": "error-handler-92db12db-d96d-4076-a9cd-441c4bdfe212-e5d74078", "type": "main", "index": 0 } ], [ { "node": "error-handler-92db12db-d96d-4076-a9cd-441c4bdfe212-c86da98a", "type": "main", "index": 0 } ], [ { "node": "error-handler-92db12db-d96d-4076-a9cd-441c4bdfe212-927f9111", "type": "main", "index": 0 } ] ] }, "e5222a97-002c-4433-aa7a-dbc6426b2a25": { "main": [ [ { "node": "error-handler-e5222a97-002c-4433-aa7a-dbc6426b2a25", "type": "main", "index": 0 } ], [ { "node": "error-handler-e5222a97-002c-4433-aa7a-dbc6426b2a25-d9b81105", "type": "main", "index": 0 } ], [ { "node": "error-handler-e5222a97-002c-4433-aa7a-dbc6426b2a25-6ca1bdf4", "type": "main", "index": 0 } ], [ { "node": "error-handler-e5222a97-002c-4433-aa7a-dbc6426b2a25-b6a8c73a", "type": "main", "index": 0 } ], [ { "node": "error-handler-e5222a97-002c-4433-aa7a-dbc6426b2a25-4cffb4a4", "type": "main", "index": 0 } ], [ { "node": "error-handler-e5222a97-002c-4433-aa7a-dbc6426b2a25-43470e07", "type": "main", "index": 0 } ], [ { "node": "error-handler-e5222a97-002c-4433-aa7a-dbc6426b2a25-ec74ece3", "type": "main", "index": 0 } ], [ { "node": "error-handler-e5222a97-002c-4433-aa7a-dbc6426b2a25-d3849eb3", "type": "main", "index": 0 } ], [ { "node": "error-handler-e5222a97-002c-4433-aa7a-dbc6426b2a25-e3ab1ec8", "type": "main", "index": 0 } ] ] }, "28f0b15a-e1a6-4055-90ed-f3051f043792": { "main": [ [ { "node": "error-handler-28f0b15a-e1a6-4055-90ed-f3051f043792", "type": "main", "index": 0 } ], [ { "node": "error-handler-28f0b15a-e1a6-4055-90ed-f3051f043792-a75649b8", "type": "main", "index": 0 } ], [ { "node": "error-handler-28f0b15a-e1a6-4055-90ed-f3051f043792-5490a5b1", "type": "main", "index": 0 } ], [ { "node": "error-handler-28f0b15a-e1a6-4055-90ed-f3051f043792-251e4b93", "type": "main", "index": 0 } ], [ { "node": "error-handler-28f0b15a-e1a6-4055-90ed-f3051f043792-27795529", "type": "main", "index": 0 } ], [ { "node": "error-handler-28f0b15a-e1a6-4055-90ed-f3051f043792-dce0f568", "type": "main", "index": 0 } ], [ { "node": "error-handler-28f0b15a-e1a6-4055-90ed-f3051f043792-5b6eb7cc", "type": "main", "index": 0 } ], [ { "node": "error-handler-28f0b15a-e1a6-4055-90ed-f3051f043792-ce06a010", "type": "main", "index": 0 } ], [ { "node": "error-handler-28f0b15a-e1a6-4055-90ed-f3051f043792-40296cc7", "type": "main", "index": 0 } ] ] }, "313ac019-aedb-4d64-833d-c3582153e2c0": { "main": [ [ { "node": "error-handler-313ac019-aedb-4d64-833d-c3582153e2c0", "type": "main", "index": 0 } ], [ { "node": "error-handler-313ac019-aedb-4d64-833d-c3582153e2c0-03d6fb1b", "type": "main", "index": 0 } ], [ { "node": "error-handler-313ac019-aedb-4d64-833d-c3582153e2c0-290aeafd", "type": "main", "index": 0 } ], [ { "node": "error-handler-313ac019-aedb-4d64-833d-c3582153e2c0-87384659", "type": "main", "index": 0 } ], [ { "node": "error-handler-313ac019-aedb-4d64-833d-c3582153e2c0-dafb983d", "type": "main", "index": 0 } ], [ { "node": "error-handler-313ac019-aedb-4d64-833d-c3582153e2c0-0f055d57", "type": "main", "index": 0 } ], [ { "node": "error-handler-313ac019-aedb-4d64-833d-c3582153e2c0-6b3539ad", "type": "main", "index": 0 } ], [ { "node": "error-handler-313ac019-aedb-4d64-833d-c3582153e2c0-c4d35335", "type": "main", "index": 0 } ], [ { "node": "error-handler-313ac019-aedb-4d64-833d-c3582153e2c0-9c05a86f", "type": "main", "index": 0 } ] ] }, "e2ddcd9a-7502-49ae-9d5c-50f6c3084570": { "main": [ [ { "node": "error-handler-e2ddcd9a-7502-49ae-9d5c-50f6c3084570", "type": "main", "index": 0 } ], [ { "node": "error-handler-e2ddcd9a-7502-49ae-9d5c-50f6c3084570-7f1b2619", "type": "main", "index": 0 } ], [ { "node": "error-handler-e2ddcd9a-7502-49ae-9d5c-50f6c3084570-0696dc39", "type": "main", "index": 0 } ], [ { "node": "error-handler-e2ddcd9a-7502-49ae-9d5c-50f6c3084570-29fee3e5", "type": "main", "index": 0 } ], [ { "node": "error-handler-e2ddcd9a-7502-49ae-9d5c-50f6c3084570-538a47ff", "type": "main", "index": 0 } ], [ { "node": "error-handler-e2ddcd9a-7502-49ae-9d5c-50f6c3084570-5987c80d", "type": "main", "index": 0 } ], [ { "node": "error-handler-e2ddcd9a-7502-49ae-9d5c-50f6c3084570-48d6bbdb", "type": "main", "index": 0 } ], [ { "node": "error-handler-e2ddcd9a-7502-49ae-9d5c-50f6c3084570-c9b21cbf", "type": "main", "index": 0 } ], [ { "node": "error-handler-e2ddcd9a-7502-49ae-9d5c-50f6c3084570-b1277aa7", "type": "main", "index": 0 } ] ] }, "e7925d36-5b30-4822-8eb1-a5a076a77669": { "main": [ [ { "node": "error-handler-e7925d36-5b30-4822-8eb1-a5a076a77669", "type": "main", "index": 0 } ], [ { "node": "error-handler-e7925d36-5b30-4822-8eb1-a5a076a77669-b0d6556e", "type": "main", "index": 0 } ], [ { "node": "error-handler-e7925d36-5b30-4822-8eb1-a5a076a77669-80e56f16", "type": "main", "index": 0 } ], [ { "node": "error-handler-e7925d36-5b30-4822-8eb1-a5a076a77669-c31b4b3b", "type": "main", "index": 0 } ], [ { "node": "error-handler-e7925d36-5b30-4822-8eb1-a5a076a77669-85de786c", "type": "main", "index": 0 } ], [ { "node": "error-handler-e7925d36-5b30-4822-8eb1-a5a076a77669-da64dc70", "type": "main", "index": 0 } ], [ { "node": "error-handler-e7925d36-5b30-4822-8eb1-a5a076a77669-6f3af8c6", "type": "main", "index": 0 } ], [ { "node": "error-handler-e7925d36-5b30-4822-8eb1-a5a076a77669-383d00ef", "type": "main", "index": 0 } ], [ { "node": "error-handler-e7925d36-5b30-4822-8eb1-a5a076a77669-6fa0f9c8", "type": "main", "index": 0 } ] ] }, "ff21ea27-091c-4ba7-bedb-1e26561ff042": { "main": [ [ { "node": "error-handler-ff21ea27-091c-4ba7-bedb-1e26561ff042", "type": "main", "index": 0 } ], [ { "node": "error-handler-ff21ea27-091c-4ba7-bedb-1e26561ff042-6560ed5e", "type": "main", "index": 0 } ], [ { "node": "error-handler-ff21ea27-091c-4ba7-bedb-1e26561ff042-fe91ae7b", "type": "main", "index": 0 } ], [ { "node": "error-handler-ff21ea27-091c-4ba7-bedb-1e26561ff042-4bcd9501", "type": "main", "index": 0 } ], [ { "node": "error-handler-ff21ea27-091c-4ba7-bedb-1e26561ff042-17b134ec", "type": "main", "index": 0 } ], [ { "node": "error-handler-ff21ea27-091c-4ba7-bedb-1e26561ff042-9f861eaf", "type": "main", "index": 0 } ], [ { "node": "error-handler-ff21ea27-091c-4ba7-bedb-1e26561ff042-775cdc3d", "type": "main", "index": 0 } ], [ { "node": "error-handler-ff21ea27-091c-4ba7-bedb-1e26561ff042-595a187e", "type": "main", "index": 0 } ], [ { "node": "error-handler-ff21ea27-091c-4ba7-bedb-1e26561ff042-c33ad820", "type": "main", "index": 0 } ] ] }, "48edfcb3-5864-4794-8876-40bb7bec31f6": { "main": [ [ { "node": "error-handler-48edfcb3-5864-4794-8876-40bb7bec31f6", "type": "main", "index": 0 } ], [ { "node": "error-handler-48edfcb3-5864-4794-8876-40bb7bec31f6-973d3751", "type": "main", "index": 0 } ], [ { "node": "error-handler-48edfcb3-5864-4794-8876-40bb7bec31f6-6c5a688e", "type": "main", "index": 0 } ], [ { "node": "error-handler-48edfcb3-5864-4794-8876-40bb7bec31f6-bb806add", "type": "main", "index": 0 } ], [ { "node": "error-handler-48edfcb3-5864-4794-8876-40bb7bec31f6-ad1e99f9", "type": "main", "index": 0 } ], [ { "node": "error-handler-48edfcb3-5864-4794-8876-40bb7bec31f6-68547376", "type": "main", "index": 0 } ], [ { "node": "error-handler-48edfcb3-5864-4794-8876-40bb7bec31f6-e5f6c8dd", "type": "main", "index": 0 } ], [ { "node": "error-handler-48edfcb3-5864-4794-8876-40bb7bec31f6-4ae3817a", "type": "main", "index": 0 } ], [ { "node": "error-handler-48edfcb3-5864-4794-8876-40bb7bec31f6-514c005d", "type": "main", "index": 0 } ] ] }, "022de50a-0030-434d-95b8-edef8eacb481": { "main": [ [ { "node": "error-handler-022de50a-0030-434d-95b8-edef8eacb481", "type": "main", "index": 0 } ], [ { "node": "error-handler-022de50a-0030-434d-95b8-edef8eacb481-ea178a80", "type": "main", "index": 0 } ], [ { "node": "error-handler-022de50a-0030-434d-95b8-edef8eacb481-dc9e7dd9", "type": "main", "index": 0 } ], [ { "node": "error-handler-022de50a-0030-434d-95b8-edef8eacb481-ac95792e", "type": "main", "index": 0 } ], [ { "node": "error-handler-022de50a-0030-434d-95b8-edef8eacb481-571a105f", "type": "main", "index": 0 } ], [ { "node": "error-handler-022de50a-0030-434d-95b8-edef8eacb481-c4422088", "type": "main", "index": 0 } ], [ { "node": "error-handler-022de50a-0030-434d-95b8-edef8eacb481-2ee5fbeb", "type": "main", "index": 0 } ], [ { "node": "error-handler-022de50a-0030-434d-95b8-edef8eacb481-6b914288", "type": "main", "index": 0 } ], [ { "node": "error-handler-022de50a-0030-434d-95b8-edef8eacb481-3917ef16", "type": "main", "index": 0 } ] ] }, "54292ca1-8d99-4ef8-8f46-a17633bd8a9d": { "main": [ [ { "node": "error-handler-54292ca1-8d99-4ef8-8f46-a17633bd8a9d", "type": "main", "index": 0 } ], [ { "node": "error-handler-54292ca1-8d99-4ef8-8f46-a17633bd8a9d-ff1d25d7", "type": "main", "index": 0 } ], [ { "node": "error-handler-54292ca1-8d99-4ef8-8f46-a17633bd8a9d-632f1dbb", "type": "main", "index": 0 } ], [ { "node": "error-handler-54292ca1-8d99-4ef8-8f46-a17633bd8a9d-9d8ef5e8", "type": "main", "index": 0 } ], [ { "node": "error-handler-54292ca1-8d99-4ef8-8f46-a17633bd8a9d-771db487", "type": "main", "index": 0 } ], [ { "node": "error-handler-54292ca1-8d99-4ef8-8f46-a17633bd8a9d-4f61ac8b", "type": "main", "index": 0 } ], [ { "node": "error-handler-54292ca1-8d99-4ef8-8f46-a17633bd8a9d-ff3c8ac7", "type": "main", "index": 0 } ], [ { "node": "error-handler-54292ca1-8d99-4ef8-8f46-a17633bd8a9d-351aeb91", "type": "main", "index": 0 } ], [ { "node": "error-handler-54292ca1-8d99-4ef8-8f46-a17633bd8a9d-f93a99f0", "type": "main", "index": 0 } ] ] }, "b17c61c4-ce32-4b0f-88ac-aad47e5d785d": { "main": [ [ { "node": "error-handler-b17c61c4-ce32-4b0f-88ac-aad47e5d785d", "type": "main", "index": 0 } ], [ { "node": "error-handler-b17c61c4-ce32-4b0f-88ac-aad47e5d785d-afed51f7", "type": "main", "index": 0 } ], [ { "node": "error-handler-b17c61c4-ce32-4b0f-88ac-aad47e5d785d-4cc344ef", "type": "main", "index": 0 } ], [ { "node": "error-handler-b17c61c4-ce32-4b0f-88ac-aad47e5d785d-1a422e2c", "type": "main", "index": 0 } ], [ { "node": "error-handler-b17c61c4-ce32-4b0f-88ac-aad47e5d785d-190cb309", "type": "main", "index": 0 } ], [ { "node": "error-handler-b17c61c4-ce32-4b0f-88ac-aad47e5d785d-f282176f", "type": "main", "index": 0 } ], [ { "node": "error-handler-b17c61c4-ce32-4b0f-88ac-aad47e5d785d-f0a31d9a", "type": "main", "index": 0 } ], [ { "node": "error-handler-b17c61c4-ce32-4b0f-88ac-aad47e5d785d-49b12035", "type": "main", "index": 0 } ], [ { "node": "error-handler-b17c61c4-ce32-4b0f-88ac-aad47e5d785d-83d8e5b3", "type": "main", "index": 0 } ] ] } }, "description": "Automated workflow: [n8n] - Shopify Orders to D365 Business Central Sales Orders / Sales Invoices. This workflow integrates 12 different services: shopify, stickyNote, httpRequest, filter, code. It contains 61 nodes and follows best practices for error handling and security.", "notes": "Excellent quality workflow: [n8n] - Shopify Orders to D365 Business Central Sales Orders / Sales Invoices. This workflow has been optimized for production use with comprehensive error handling, security, and documentation." }