If your flow is intermittently creating duplicate sales orders with the same ID value, this is most likely caused by multiple calls processing the record simultaneously. To resolve the issue, change your concurrency settings. What is concurrency? When submitting records to an application, inconsistencies can result if you’re using a concurrency level greater than one… Continue reading Duplicate sales orders
Category: Celigo
Boomi vs. Celigo: A Comparative Overview of Integration Platforms
Dell Boomi and Celigo are both leading Integration Platform as a Service (iPaaS) solutions but cater to different business needs. Boomi is an enterprise-grade platform built for complex, large-scale integrations that span on-premises, cloud, and hybrid systems. It provides extensive features such as API management, workflow automation, master data management, and event-driven architecture. Boomi’s strength… Continue reading Boomi vs. Celigo: A Comparative Overview of Integration Platforms
Handlebars – #startsWith helper
#startsWith helper renders the block if the test string begins with the specified prefix. If it does not match, the {{else}} block is rendered. Usage {{#startsWith prefix testString}}Block if match{{else}}Fallback{{/startsWith}} prefix (required): the prefix to check for testString (required): string to test against. Examples 1.Check if a greeting starts with “Hello” {{#startsWith “Hello” record.greeting}}Match!{{else}}No match{{/startsWith}}… Continue reading Handlebars – #startsWith helper
Introduction to GraphQL API
Requirement: Modern applications demand flexible, efficient, and developer-friendly ways to interact with data. Businesses and developers need an API approach that: Reduces over-fetching and under-fetching of data Allows clients to request exactly the data they need Simplifies integration across multiple data sources Supports scalable and maintainable systems Concern with REST APIs:… Continue reading Introduction to GraphQL API
Automating Amazon Order Cancellations & Refunds into NetSuite Using Celigo
What It Is This article explains how to automatically bring Amazon order cancellations, returns, and refunds into NetSuite using Celigo’s Amazon integrations. It shows how to map Amazon’s Refund/Adjustment API data to NetSuite credit memos, customer refunds, and inventory return authorizations, so your accounting, inventory, and customer service teams stay in sync without manual entry.… Continue reading Automating Amazon Order Cancellations & Refunds into NetSuite Using Celigo
How to Leverage Multi-Instance Flows for Brands or Regions
What It Is: This article explains how Celigo’s multi-instance flow capability lets you define a single “base flow” template and automatically spawn instance flows for each brand, region, subsidiary, or business unit. Each instance inherits the base logic but can override only what’s different (e.g. connection IDs, mappings, filters). This drastically reduces on duplication and… Continue reading How to Leverage Multi-Instance Flows for Brands or Regions
Syncing NetSuite Images to WooCommerce via Celigo Integrator
What It Is: This article explains how to sync product images from NetSuite to WooCommerce using Celigo Integrator. Since WooCommerce doesn’t accept NetSuite-hosted image URLs directly, this method uses Celigo’s file lookup and blobkey extraction to upload images via WooCommerce’s HTTP Import API using multipart/form-data. Need to Use: To ensure product images stored in NetSuite’s… Continue reading Syncing NetSuite Images to WooCommerce via Celigo Integrator
Shopify Payout Reconciliation Add-on : Test for single payout.
You can use an input filter to consider only a single payout (for the payout you want to sync). For this, please use the below steps: First, get the Payout Id from Shopify. Access the list of Payouts using URL: https://.myshopify.com/admin/payments/payouts and open specific payout to get the ID in the URL. Then, 1. Open… Continue reading Shopify Payout Reconciliation Add-on : Test for single payout.
How Celigo Enhances NetSuite Through Seamless Integration
Celigo is a leading integration platform that helps businesses connect NetSuite with other applications, ensuring smooth data flow and efficient operations. For organizations running NetSuite as their core ERP system, Celigo provides pre-built connectors, automation tools, and flexible mapping features that reduce manual work and eliminate data silos. One of the key advantages of… Continue reading How Celigo Enhances NetSuite Through Seamless Integration
Grouping Items into Inventory item, Non Inventory Item and Kit-Item using Celigo Branching from Source Netsuite into Destination Netsuite
What is item grouping in NetSuite via Celigo Item grouping is the process of categorizing products based on their type—such as inventory, non-inventory, or kit items in NetSuite. Using Celigo’s branching logic in the destination application, you can dynamically route each item to the correct NetSuite record type. Here I just used a source NetSuite… Continue reading Grouping Items into Inventory item, Non Inventory Item and Kit-Item using Celigo Branching from Source Netsuite into Destination Netsuite