Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

139 total results found

Rocket Shopping Feeds for Magento puts power in your store’s data.

Rocket Shopping Feeds for Magento 2 Articles

To be successful with Google Shopping requires mastering two important aspects. Aside from marketing battle with competition, knowing where and how much to bid, there’s also data you work with. The product data you send through Merchnat Center is your store on...

RocketWeb NetSuite Connector for Magento 2

Client facing NetSuite connector

Overview

RocketWeb NetSuite Connector for Magento 2

Welcome! This is the home page for your knowledge base space within Confluence. You can use your knowledge base to capture best practices and address common problems. Next, you might want to: Create your first knowledge base article - Click "Create" and select...

Troubleshooting articles

RocketWeb NetSuite Connector for Magento 2

Title Creator Modified Top 10 questions about the NetSuite connector Paul Grigoruta Jan 09, 2015

Top 10 questions about the NetSuite connector

RocketWeb NetSuite Connector for Magento 2

In what programming language is the connector written? PHP, implemented as a Magento extension. It also makes use of the PHP Toolkit provided by NetSuite (http://www.netsuite.com/download/PHPToolkit_2014_2.zip)   What are the main features of the connector? Th...

general
top
kb-troubleshooting-article

Product documentation - Magento 1 connector

RocketWeb NetSuite Connector for Magento 2

Product documentation - Magento 1 connector

RocketWeb NetSuite Connector for Magento 2 Product documentation - Magento 1 conne...

General architecture

RocketWeb NetSuite Connector for Magento 2 Product documentation - Magento 1 conne...

Used technologies The NetSuite connector is implemented as a Magento extension, 100% open source. It does not use any external service other than the NetSuite instance it communicates with. The communication with NetSuite happens via SuiteTalk , which is a SOA...

Product synchronization

RocketWeb NetSuite Connector for Magento 2 Product documentation - Magento 1 conne...

Field mapping   The core of the product synchronization is the map defined at NetSuite->Settings->Product synchronization->Field Mapping . This mapping defines the link between Magento attributes and Inventory Items custom/standard fields. Each mapping line co...

Stock synchronization

RocketWeb NetSuite Connector for Magento 2 Product documentation - Magento 1 conne...

Stock synchronization is done by default once in 6 hours. At this time, all stocks will be grabbed from NetSuite and imported in Magento.  The relevant stock settings can be found at NetSuite->Settings->Stock Options: Parameter name Example value Description L...

Order export

RocketWeb NetSuite Connector for Magento 2 Product documentation - Magento 1 conne...

Orders are queued for export once they are placed.  Customer data The customer is pushed with the order, as described here. Note that even if an order is placed anonymously, a customer is still created in NetSuite, since it has no concept of anonymous orders. ...

Invoice import/export

RocketWeb NetSuite Connector for Magento 2 Product documentation - Magento 1 conne...

Invoices management should be happening in NetSuite, but the initial invoice is pushed to NetSuite in case you make use of an authorize & capture payment method in Magento, or create an invoice using any other mean. At NetSuite->Settings->Order Settings->Netsu...

Fulfillment import

RocketWeb NetSuite Connector for Magento 2 Product documentation - Magento 1 conne...

Order fulfillment should happen in NetSuite. You can fulfill the order one or more times, each fulfillment being imported as a shipment in Magento. Tracking information is also passed back to Magento. See order export for how to configure tracking. Shipments s...

Server configuration

RocketWeb NetSuite Connector for Magento 2 Product documentation - Magento 1 conne...

Crons Main cron The main NetSuite processing cron is located at MAGE_ROOT/shell/netsuite/netsuiteCron.php. The minimum amount of configuration is to set this cron to run every few minutes: */2 * * * * php /home/mt_dev/public_html/oDaBS2962/shell/netsuite/netsu...

Extending the connector

RocketWeb NetSuite Connector for Magento 2 Product documentation - Magento 1 conne...

General considerations It is not recommended to change the connector code directly. If you need to change it, the best approach is to create a module in app/code/local, then either hook into one of the below events or use class rewrites. Events list netsuite_s...

Customer Export

RocketWeb NetSuite Connector for Magento 2 Product documentation - Magento 1 conne...

Exported customer data email address full name address book Note that for states to be exported properly, they must be defined in NetSuite accordingly. While this is not an issue for US, it may be one for other countries. If you find out that specific customer...

Configuring login credentials

RocketWeb NetSuite Connector for Magento 2 Product documentation - Magento 1 conne...

Authentication methods The connector can authenticate to NetSuite via SuiteTalk using the following methods: username and password token Out of the two, username and password will stop working in early 2019 except for users with limited privileges. Depending o...

NetSuite Connector FAQs

RocketWeb NetSuite Connector for Magento 2

In what programming language is the connector written? PHP, implemented as a Magento extension. It also makes use of the PHP Toolkit provided by NetSuite (http://www.netsuite.com/download/PHPToolkit_2014_2.zip)   What are the main features of the connector? ...