The Complete Guide to Celigo Amazon NetSuite Integration App (2026): FBA Flows & Settlement Reconciliation

Robbie Shawn
August 28, 2026


Scaling an Amazon channel while running Oracle NetSuite as your central Enterprise Resource Planning (ERP) engine creates immediate operational bottlenecks if managed manually. When transaction volume grows past $5M in Gross Merchandise Value (GMV), exporting Seller Central CSV reports, updating Merchant Fulfilled Network (MFN) tracking numbers, and manually posting Amazon FBA settlement reports into your general ledger destroys profitability.

Manual data entry causes fulfillment delays, triggers stock-outs that damage your Inventory Performance Index (IPI) score, and exposes your financial ledger to audit risk. The Celigo Amazon NetSuite Integration App acts as an automated central nervous system, bridging Amazon Selling Partner API (SP-API) endpoints with NetSuite SuiteTalk web services. Built on Celigo’s integrator.io iPaaS platform, this enterprise integration app automates multi-channel order routing, real-time inventory allocation, FBA inbound logistics, and multi-currency financial settlements.

1. Celigo Amazon Integration App Tier Architecture

Celigo categorizes the Amazon NetSuite Integration App into three pre-built editions based on operational flow complexity and financial automation requirements:

Edition Tier Annual Software Licensing Included Out-of-the-Box Flows Core Capabilities & Data Pipeline Scope Recommended Operational Profile
Starter Edition $3,600 / year 6 Pre-Built Flows 1. Customer Import
2. Order Import (FBA & MFN)
3. MFN Shipment Export
4. Inventory Level Sync
5. Price Sync
6. Order Cancellation Sync
Starter Tier Overview →
Standard Edition $6,000 / year 8 Pre-Built Flows Includes all 6 Starter flows, plus:
7. Item Master Data Export (NetSuite to Amazon)
8. Item Image Export (NetSuite to Amazon)
Standard Tier Overview →
Premium Edition $8,400 / year 12 Pre-Built Flows Includes all 8 Standard flows, plus 4 financial flows:
9. Amazon Settlement Report Import
10. Amazon Fee Allocation
11. Payment Application
12. Refund & Credit Memo Import
Deploy Premium Suite →

2. Enterprise FBA Logistics: The FBA Inventory Management Bundle

Brands relying heavily on Fulfillment by Amazon (FBA) cannot operate on standard MFN order-routing logic alone. Managing stock across external 3PL networks and Amazon Fulfillment Centers requires specialized inventory transfer and reconciliation protocols.

Celigo offers a dedicated FBA Inventory Management Add-On Bundle that unlocks three critical operational flows:

The 3 FBA Logistics Add-On Flows

1. Inbound Shipment Plan Export (NetSuite → Amazon FBA)

Exports NetSuite Transfer Orders or Item Fulfillments directly to Amazon Seller Central as FBA Inbound Shipment Plans, generating box labels and shipping IDs automatically.

2. FBA Inventory Reconciliation Sync (Amazon → NetSuite)

Downloads Amazon daily inventory reports to log lost, damaged, destroyed, or found warehouse stock. Creates corresponding Inventory Adjustments in NetSuite to maintain exact ledger reconciliation.

3. Automated FBA Customer Returns Ingestion (Amazon → NetSuite)

Ingests customer return event webhooks from Amazon, automatically generating a NetSuite Return Authorization and Credit Memo while restockable inventory is returned to your FBA NetSuite location.

3. Financial Accounting Mechanics: Automated Settlement Reconciliation

Reconciling Amazon bi-weekly settlement reports is notoriously difficult. Amazon payouts contain thousands of line items representing gross sales, principal refunds, FBA fulfillment fees, referral commission fees, storage surcharges, and inbound placement fees.

The Celigo Premium Edition automates the entire settlement reconciliation loop via a 4-step financial pipeline:

Step 1: Report Ingestion & Parsing

Celigo requests and parses the Amazon Settlement Report (Flat File V2 or XML via SP-API) upon release by Seller Central.

Step 2: Transaction Matching

Matches individual order transaction IDs against existing Cash Sales or Invoices in NetSuite, transforming open receivables into settled payments.

Step 3: Fee Breakdown & GL Line Allocation

Separates Amazon Referral Fees, FBA Pick & Pack Fees, Storage Surcharges, and Advertising Costs, allocating each to designated NetSuite Expense GL accounts.

Step 4: Bank Deposit Creation

Generates a balanced Bank Deposit record in NetSuite equal to the exact net cash amount transferred by Amazon to your corporate bank account, enabling 100% automated accounting reconciliation.

Node.js Pre-Save Hook: Custom FBA vs. MFN Order Routing

When importing Amazon orders into NetSuite, enterprise configurations must route FBA orders to an FBA virtual warehouse location while directing MFN orders to your primary 3PL facility. Celigo enables developers to inject Node.js pre-save scripts to modify incoming payloads dynamically:

JavaScript Hook: Mapping Amazon Order Channel to NetSuite Warehouse Locations

// Node.js Pre-Save Script inside Celigo integrator.io
function preSavePage (options) {
  options.data.forEach(function (order) {
    // Check fulfillment channel attribute from Amazon SP-API payload
    if (order.FulfillmentChannel === 'AFN') {
      // Amazon Fulfilled Network (FBA)
      order.custbody_ns_order_type = 'Amazon FBA Order';
      order.location = 205; // NetSuite FBA Virtual Warehouse Internal ID
      order.order_status = 'Pending Fulfillment';
    } else if (order.FulfillmentChannel === 'MFN') {
      // Merchant Fulfilled Network (MFN/FBM)
      order.custbody_ns_order_type = 'Amazon MFN Order';
      order.location = 101; // NetSuite Primary 3PL Facility Internal ID
      order.order_status = 'Pending Approval';
    }

    // Apply custom memo for audit tracking
    order.memo = 'Imported via Celigo Amazon-NetSuite Integration App (SP-API)';
  });

  return {
    data: options.data,
    errors: options.errors
  };
}

4. Multi-Region Global Marketplace Architecture

Brands selling across international Amazon marketplaces (e.g., Amazon US, Amazon UK, Amazon Germany, Amazon Japan) do not need separate ERP instances. Celigo supports connecting multiple global Amazon accounts into a single NetSuite tenant.

Multi-Account Isolation

Dedicated Storefront Endpoints

  • Each regional Amazon account operates as an isolated connector instance in integrator.io.
  • Allows custom field mappings, tax schedules, and SKU lookup tables per country.
  • Settings can be cloned across connectors to streamline new country launches.

Subsidiary & Currency Mapping

Multi-Currency ERP Integration

  • Routes regional orders to specific NetSuite subsidiary entities (e.g., UK orders to UK Ltd subsidiary).
  • Converts localized currency transactions (GBP, EUR, JPY) into parent GL functional currency using daily exchange rate feeds.
  • Applies localized VAT/GST tax codes dynamically based on destination delivery address.

5. Enterprise TCO & Managed Support Governance

Budgeting for the Celigo Amazon NetSuite Integration App requires evaluating both recurring platform licensing and initial implementation fees:

Investment Layer Starter Edition Standard Edition Premium Edition
Annual SaaS Software License $3,600 / year $6,000 / year $8,400 / year
Implementation & Mapping Setup $6,000 – $8,000 (One-time) $8,000 – $12,000 (One-time) $12,000 – $20,000+ (One-time)
FBA Add-On Bundle $1,800 / year (Optional) $1,800 / year (Optional) $1,800 / year (Optional)
Support Governance Level Essential (Tickets) Preferred (Phone) Premier (24/7 Monitoring)

Frequently Asked Questions

What is the primary difference between Starter, Standard, and Premium editions of the Celigo Amazon Integration App?

The Starter Edition includes 6 core operational flows for basic order import (FBA & MFN), customer creation, fulfillment export, and inventory/pricing sync. The Standard Edition adds 2 item export flows (pushing catalog data and images from NetSuite to Amazon). The Premium Edition includes all 8 previous flows plus 4 financial automation flows for automated settlement report imports, Amazon fee breakdowns, customer payment applications, and refund/credit memo creation.

How does the Celigo FBA Inventory Management Bundle automate Amazon warehouse transfers?

The FBA Add-on Bundle automates three advanced FBA logistics flows: exporting inbound shipment plans from NetSuite to Amazon, importing automated FBA inventory adjustments (damaged, lost, or found goods) directly into NetSuite GL accounts, and automating the ingestion of customer returns into NetSuite inventory and credit memos.

How does Celigo handle multi-region global Amazon accounts in a single NetSuite instance?

Celigo supports routing multiple regional Amazon Seller Central accounts (e.g., US, CA, UK, EU, JP) into a single NetSuite ERP tenant. Each marketplace operates as an isolated connector instance in integrator.io with custom field mappings, localized currency translation rules, and distinct NetSuite subsidiary/location assignments.


Architect Your Celigo Amazon-NetSuite Pipeline

We configure custom Celigo Node.js order-routing hooks, deploy automated Amazon FBA settlement reconciliation engines, and optimize NetSuite SuiteTalk API concurrency for enterprise e-commerce brands.

Book an Integration Architecture Audit →

About Robbie Shawn

Founder & Principal Systems Architect at Hoot Commerce. 15+ years engineering NetSuite/Celigo ERP pipelines, headless storefronts, and multi-channel logistics systems for $5M–$50M+ GMV brands.

Read full background →

Stop bleeding margin.

Get 15 years of operational e-commerce expertise directed at your specific bottlenecks. Book a diagnostic today.

Book a Margin Audit