-
Notifications
You must be signed in to change notification settings - Fork 2
Source Documentation Comparison
The public Rocket Web NetSuite Connector book was reviewed in full as the documentation baseline: 45 accessible pages, including its Magento 1 material and separate Magento 2 add-on guides, retrieved September 9, 2026.
This wiki adapts the useful operating concepts and checks them against Mage-OS Labs source commit fec65e2b67e18da3d9d3bf4c007d3c7fd5228537. It is not a verbatim mirror. Current code controls the behavior described here; older instructions and add-on capabilities are not assumed to carry over.
- One Composer package/module replaces the collection of legacy component packages. This is not an automatic data/config migration.
- Authentication is SOAP TBA; old email/password and old SDK download instructions are excluded.
- The connector uses custom queue tables. Maintenance cron does not schedule synchronization, and the built-in warning counts need correction.
- Product type/pricing rules, CLI flags, credential routing, lookback, customer external IDs, and monitor actions are corrected to match source.
- B2B and full NetSuite order import are separate add-ons absent from this package.
- CashSale, fulfillment, refund, image ownership, and MSI behavior have their own current guides.
- Source defects and unverified runtime behavior are visible in Known limitations and Testing and validation.
"Adapted" preserves a flow with updated implementation detail. "Corrected" means a material historical instruction differs from current source. "Qualified" narrows a claim to available evidence. "Separate add-on" and "Historical Magento 1" mean the page does not describe an included capability.
| Source page | Treatment | Current guide | Comparison |
|---|---|---|---|
| Overview | Replaced | Home | Rewritten around the consolidated Mage-OS Labs package and exact reviewed commit. |
| Troubleshooting articles | Replaced | Monitoring and Troubleshooting | The source is a short index. Current recovery, logs, queue storage, and limitations are documented directly. |
| Top 10 questions about the NetSuite connector | Qualified | Architecture and Capabilities | Retained the direct-connection concept; removed obsolete SDK downloads, broad pricing/delivery claims, and unsupported guarantees. |
| Product documentation - Magento 1 connector | Historical Magento 1 | Home | Excluded from executable instructions. Magento 1 shell, class, authentication, and platform details do not describe this package. |
| General architecture | Historical Magento 1 | Home | Excluded from executable instructions. Magento 1 shell, class, authentication, and platform details do not describe this package. |
| Product synchronization | Historical Magento 1 | Home | Excluded from executable instructions. Magento 1 shell, class, authentication, and platform details do not describe this package. |
| Stock synchronization | Historical Magento 1 | Home | Excluded from executable instructions. Magento 1 shell, class, authentication, and platform details do not describe this package. |
| Order export | Historical Magento 1 | Home | Excluded from executable instructions. Magento 1 shell, class, authentication, and platform details do not describe this package. |
| Invoice import/export | Historical Magento 1 | Home | Excluded from executable instructions. Magento 1 shell, class, authentication, and platform details do not describe this package. |
| Fulfillment import | Historical Magento 1 | Home | Excluded from executable instructions. Magento 1 shell, class, authentication, and platform details do not describe this package. |
| Server configuration | Historical Magento 1 | Home | Excluded from executable instructions. Magento 1 shell, class, authentication, and platform details do not describe this package. |
| Extending the connector | Historical Magento 1 | Home | Excluded from executable instructions. Magento 1 shell, class, authentication, and platform details do not describe this package. |
| Customer Export | Historical Magento 1 | Home | Excluded from executable instructions. Magento 1 shell, class, authentication, and platform details do not describe this package. |
| Configuring login credentials | Historical Magento 1 | Home | Excluded from executable instructions. Magento 1 shell, class, authentication, and platform details do not describe this package. |
| NetSuite Connector FAQs | Qualified | Architecture and Capabilities | No blanket zero-load, universal payment-capture, version-support, or implementation-cost promises. |
| General architecture for Magento 2 | Adapted | Architecture and Capabilities | SOAP and queued flows remain; custom queue storage, consolidated module, separate stock path, and actual enabled processors are documented. |
| Product synchronization for Magento 2 | Corrected | Product Synchronization | Current type mapping, required SKU, configurable metadata, fixed kit bundles, prices, tiers, images, and missing constant handler behavior. |
| Stock synchronization for Magento 2 | Corrected | Inventory | Saved-search single/multi paths, source mappings, six-hour default interval, and global MSI hooks replace older assumptions. |
| Customer export for Magento 2 | Corrected | Customer Synchronization | External ID uses store ID; order-driven customer resolution and address replacement are distinguished from ordinary customer saves. |
| Order export for Magento 2 | Adapted | Orders | Current field/payment/shipping mapping is retained; payment helpers are scoped to their actual extensions and retry effects are explicit. |
| Invoice import/export - Magento 2 | Corrected | Invoices and Refunds | CashSale import/export is implemented. Native NetSuite Invoice import is not registered. |
| Fulfillment import - Magento 2 | Adapted | Shipments | Documents shipped eligibility, updates, tracking/notification conditions, and broken multi-source data contract. |
| Extending the connector - Magento 2 | Corrected | Extending the Connector | Uses current namespace, DI registrations, event inventory, import entities, and compatibility wrappers. |
| Server configuration - Magento 2 | Corrected | Scheduling and CLI | Synchronization requires its own scheduler; mode-specific locks, stock interval, and existing Magento maintenance jobs are explicit. |
| Connector settings explained | Corrected | Configuration Reference | All current Admin fields and shipped defaults are derived from source. Lookback, retry timeout, credential routing, and unused settings are qualified. |
| UI - Magento 2 | Corrected | Monitoring and Troubleshooting | Current Admin paths and custom queue are documented. Run Again needs an existing message; Cancel does not cancel the queue row. |
| Initial product import | Replaced | Product Synchronization | The old full-import command and flags are absent. Documents scheduled import and existing single-product/relink utilities without claiming a full bootstrap command. |
| Configuring login credentials - Magento 2 | Replaced | NetSuite Setup | Token-only source configuration, account-specific SOAP host, connection selection, secret-field storage, and current Oracle lifecycle. |
| Magento 2 set up integration tests. | Qualified | Testing and Validation | Test directories exist; old standalone dev paths and execution instructions are not supplied by this repository. Host Magento bootstrap is required. |
| [Configurable Products] Custom fields and script setup for NS Connector | Qualified | Product Synchronization | Current custom-field contracts are documented. Historical SuiteScript attachment is not present and is not presented as bundled. |
| Magento 2 connector B2B | Separate add-on | Architecture and Capabilities | Company workflows, company CLI, shared catalogs, and B2B test plans describe modules not included in this repository. |
| Magento 2 connector B2B Technical Solution | Separate add-on | Architecture and Capabilities | Company workflows, company CLI, shared catalogs, and B2B test plans describe modules not included in this repository. |
| Magento 2 connector B2B User Guide | Separate add-on | Architecture and Capabilities | Company workflows, company CLI, shared catalogs, and B2B test plans describe modules not included in this repository. |
| Magento 2 connector B2B Tests List | Separate add-on | Architecture and Capabilities | Company workflows, company CLI, shared catalogs, and B2B test plans describe modules not included in this repository. |
| Order import - Magento 2 | Separate add-on | Orders | Full NetSuite-originated order creation and the importorder command are not implemented here. The included order processor only updates linked order status and quantity counters. |
| Magento 2 connector Import Orders Technical Solution | Separate add-on | Orders | Full NetSuite-originated order creation and the importorder command are not implemented here. The included order processor only updates linked order status and quantity counters. |
| Magento 2 connector Import Orders User Guide | Separate add-on | Orders | Full NetSuite-originated order creation and the importorder command are not implemented here. The included order processor only updates linked order status and quantity counters. |
| Magento 2 connector Import Orders Tests List | Separate add-on | Orders | Full NetSuite-originated order creation and the importorder command are not implemented here. The included order processor only updates linked order status and quantity counters. |
| New orders importing to Magento from Netsuite. | Separate add-on | Orders | Full NetSuite-originated order creation and the importorder command are not implemented here. The included order processor only updates linked order status and quantity counters. |
| Importing order changes from NetSuite to Magento - Shipping Method | Separate add-on | Orders | The included order-change processor does not update shipping method. The broader source instructions belong to the separate Import Orders add-on. |
| Importing order changes from NetSuite to Magento - Shipping Address | Separate add-on | Orders | The included order-change processor does not update shipping address. The broader source instructions belong to the separate Import Orders add-on. |
| Importing order changes from NetSuite to Magento - Order Items | Separate add-on | Orders | The included order-change processor does not update order items/ordered quantities. The broader source instructions belong to the separate Import Orders add-on. |
| Importing order changes from NetSuite to Magento - Totals Update | Separate add-on | Orders | The included order-change processor does not update order totals. The broader source instructions belong to the separate Import Orders add-on. |
| Documenting orders changes import from NetSuite to Magento | Separate add-on | Orders | Bulk order-edit examples exceed the included status/counter update processor and are not advertised as supported. |
| CLI command to import order/order changes from NetSuite to Magento | Separate add-on | Orders | Full NetSuite-originated order creation and the importorder command are not implemented here. The included order processor only updates linked order status and quantity counters. |
The linked source pages retain attribution and historical context. Their screenshots, attachments, external commercial terms, and release claims are not republished as current Mage-OS Labs artifacts. Account-side SuiteScript attachments absent from this repository remain separate requirements.
Mage-OS Labs · Source · Reviewed commit fec65e2 · September 9, 2026 · Validation and limitations
Mage-OS NetSuite Connector
Setup
Data flows
Operations and development