-
Calling AI APIs from SuiteScript in 2026: Patterns, Governance, and Production Use Cases
A practical guide to calling AI APIs from NetSuite SuiteScript in 2026 — covering governance limits, async patterns, Map/Reduce batch processing, and real production use cases.
-
B2B WooCommerce Customer Portal with NetSuite: Syncing Invoices, Credit Limits, and Order History
How to build a B2B WooCommerce customer portal that syncs invoices, credit limits, account-specific pricing, and full order history from NetSuite in real time.
-
NetSuite SuiteQL for WooCommerce Integrations: Replacing Saved Searches at Scale
Learn why NetSuite SuiteQL outperforms saved searches for WooCommerce integrations at scale — with practical query patterns for inventory, orders, and pricing sync.
-
WooCommerce Order Routing with NetSuite: Multi-Warehouse Logic That Actually Works
Multi-warehouse order routing is where WooCommerce + NetSuite integrations graduate from straightforward to architecturally complex. The routing logic itself — ship from the closest warehouse with available stock — sounds simple. The edge cases, NetSuite’s location model, and WooCommerce’s limited native routing support make the implementation significantly more involved. How NetSuite Models Multi-Location Inventory NetSuite…
-
From Integration Partner to AI Implementation Advisor: How the NetSuite Partner Role Is Changing
The role of a NetSuite implementation partner has been relatively stable for a decade: assess requirements, configure the platform, build custom integrations, train users, go live. The arrival of AI capabilities — both inside NetSuite and in the adjacent tools that clients use — is expanding that role in ways that are both an opportunity…
-
NetSuite Tax Compliance for WooCommerce in 2026: Where Integrations Get It Wrong
Tax compliance is the integration requirement that teams underscope in design, overengineer in implementation, and then get wrong in subtle ways that create audit risk. The mistakes are consistent across implementations and almost all of them are preventable with the right decisions made before coding starts. The Two Tax Calculation Architectures There are two approaches…
-
Observability for NetSuite Integrations: What to Monitor, What to Alert On, and What to Ignore
Most NetSuite integrations are observed through a combination of NetSuite’s own execution logs, middleware platform dashboards, and whatever alerting the team set up during go-live. This is usually not enough. The integrations that have production incidents without warning are not the ones with no monitoring — they are the ones with monitoring that watches the…
-
Shopify B2B and NetSuite: Integration Architecture for Wholesale in 2026
Shopify’s B2B features — introduced in 2022 and significantly expanded since — have moved wholesale operations onto the Shopify platform for a growing number of merchants. For businesses running NetSuite as their ERP, this creates an integration architecture question that differs substantially from the D2C case. What B2B on Shopify Adds to the Integration Problem…
-
Multi-Currency NetSuite + WooCommerce: The Three Problems Every Integration Hits
Multi-currency support is on the requirements list of most mid-market WooCommerce + NetSuite implementations. It is also the feature that generates the most post-launch support tickets. The same three problems come up repeatedly across implementations, and they are predictable enough to solve before go-live if you know where to look. Problem 1: Exchange Rate Timing…
-
API Rate Limiting in NetSuite Integrations: Strategies That Hold Up at Production Volume
NetSuite enforces API concurrency and rate limits that are well-documented but frequently underestimated when moving from development to production. The limit that causes no issues with 50 test orders becomes the primary failure mode when 500 orders arrive during a peak sales event. What the Limits Actually Are NetSuite’s REST API concurrency limit is governed…