Description: Imports the Magento Customer Groups list into NetSuite and the imported information is internally used to set the customer group on customer records. Additional Details: The Customer Group information is stored in the custom record Magento2 Customer Group List After running the above dataflow, you should see all the stores along with its Magento ID in Magento2… Continue reading Sync Customer Groups from Magento to NetSuite
Author: Aishwarya M J
Common Parse Errors in integrator.io
Sample error messages Hook file error – SyntaxError: ‘try’ without ‘catch’ or ‘finally’ An invalid JSON is sent in the response.body, error: Unexpected string in JSON at position 1831. SyntaxError: Unexpected end of input Unexpected token } in JSON at position 191, please ensure that you have wrapped all JSON property names in quotes. An… Continue reading Common Parse Errors in integrator.io
Integrate multiple Magento 2 Stores to a single NetSuite
Integrating multiple stores (within a single Magento account) to a single NetSuite instance is packaged in the out of the box Magento 2 – NetSuite Integration App & comes at no additional subscription cost. You can connect an unlimited number of stores within a single Magento account. Go to Settings> General > Select active Magento… Continue reading Integrate multiple Magento 2 Stores to a single NetSuite
Sync Magento Attribute Sets from Magento to NetSuite
Imports the Magento Attribute Sets into NetSuite. The imported Attribute Sets list is then provided as a dropdown option (MAGENTO1 ATTRIBUTE SET) for the NetSuite Items under the ‘Magento 1’ tab. The Attribute Set information is stored in the custom record Magento1 Product Attribute Set. After running the above dataflow, you should see all the Attribute Sets along… Continue reading Sync Magento Attribute Sets from Magento to NetSuite
Permission violation: You need a higher permission for custom record type
Scenario A user with any role in NetSuite receives the error below after saving a record with a custom record type. Permission Violation: You need a higher permission for custom record type XXX to access this page. Please contact your account administrator. Solution Setup > Users/Roles > Manage roles > Choose the role in which the error occurs > Permissions tab > Custom… Continue reading Permission violation: You need a higher permission for custom record type
Fix error “Invalid login attempt.”
Scenario: The error “Invalid login attempt.” is encountered in the NetSuite Import step. The error occurred after the NetSuite User with which the NetSuite Connection is created is either inactivated or the access permission is removed. Soultion: Log in to integrator.io account. Go to Next to the NetSuite connection, below the Actions column, click on the three-dot icon.… Continue reading Fix error “Invalid login attempt.”
Restrict the records passed to an Import step
Scenario: Shipment data are retrieved in the export step and passed to an import step to created item fulfillment in NetSuite. Among the Shipments retrieved there are Shipments which do not have related Sales Order in NetSuite. Hence when such Shipments are passed to Import step, it generates errors as the Sales Order is not… Continue reading Restrict the records passed to an Import step
Error in Customer flow, unable to add new Shopify customer to NetSuite.
Error: Multiple matches were found for customer record with criteria: [[“email”,”is”,”test@gmail.com”],”AND”,[“custentity_celigo_shopify_store”,”is”,”@NONE@”]]. Please use different secondary lookup criteria and try again. Solution: Check if there are multiple customer records in NetSuite for test@gmail.com. To resolve this, t’s either you need to make sure that there’s no duplicate customer record in NetSuite with email address or you… Continue reading Error in Customer flow, unable to add new Shopify customer to NetSuite.
Error: Extension returned statusCode 504. Expected 200.
The mentioned error occurred in the pre built Shopify-NetSuite Celigo Integration. Error: Extension returned statusCode 504. Expected 200. Response body = Solution: The 504 error is a gateway timeout error that usually occurs when the remote endpoint is not responding in a timely manner (perhaps due to downtime or a heavy load). Either Netsuite or… Continue reading Error: Extension returned statusCode 504. Expected 200.
Unable to create the order in NetSuite for the Shopify order
Error: Unable to create the order in NetSuite for the Shopify order #x A mapping error occurred.” ” Could not find a match for “[[“itemid”,”is”,”exemple”], This Error can occur in multiple Scenarios Scenario 1:The item you have in the Order is Exist in Netsuite and you still get this error that mean you need to change the… Continue reading Unable to create the order in NetSuite for the Shopify order