Overview
Better Data import endpoints are source-agnostic: your ERP/OMS/WMS data can be transformed into the API payloads documented in/import/api-reference. This section shows practical connector
patterns for NetSuite, Shopify, and generic ERP pipelines.
Recommended Architecture
- Use scheduled syncs for master data (
catalog,suppliers). - Use higher frequency for operational feeds (
inventory,orders,purchase-orders). - Batch and monitor every run by polling import job status.
Source Guides
NetSuite
ERP mapping for products, stock, suppliers, and purchase orders.
Shopify
DTC mapping for catalog, orders, and inventory.
Generic ERP
Template mapping for SAP, Oracle, Dynamics, and custom systems.
Sync Frequency Guidance
| Dataset | Recommended cadence |
|---|---|
| Catalog | Daily |
| Suppliers | Weekly |
| Inventory | Every 1-4 hours |
| Purchase Orders | Every 1-2 hours |
| Orders | Every 15-30 minutes |
| Demand History | Weekly |