Handling Multi‑Value Filters in Boomi Customer Import

1. Background In Boomi, when importing customers, you often define filters to restrict which records are retrieved. Filters can be applied on fields such as Internal ID, Items, or Company Name. Some fields support the “anyOf” operator, which allows multiple values to be matched in a single filter. 2. The Problem Company Name filter does… Continue reading Handling Multi‑Value Filters in Boomi Customer Import

Partial Fulfillment in Shopify via GraphQ

In Shopify, a partial order typically refers to either: Creating an order with only a subset of items from a customer’s full cart. More commonly, partially fulfilling an existing order — fulfilling only some line items or quantities. This guide focuses on partial fulfillment of existing orders using Shopify’s GraphQL API. Step 1: Retrieve Fulfillment… Continue reading Partial Fulfillment in Shopify via GraphQ

Creating a Simple Web Service Listener in Boomi: Step-by-Step Guide

Boomi makes it easy to build and deploy web services without deep coding. In this tutorial, we’ll create a basic Web Services Server (WSS) listener—a process that listens for incoming SOAP or REST requests, processes them simply (e.g., echoing data), and responds. We’ll use Boomi’s low-code interface, deploy to the cloud, and test with Postman.… Continue reading Creating a Simple Web Service Listener in Boomi: Step-by-Step Guide

Creating a simple flow in Boomi

🧭 What Is Boomi Flow? Boomi Flow is a cloud-native workflow automation tool that allows users to: Design interactive applications using a drag-and-drop interface Connect to external systems via Boomi Integration Build workflows that span multiple steps, users, and system 1. Create a New Process Log in to Boomi AtomSphere. Go to Build → Click… Continue reading Creating a simple flow in Boomi