it appears the custom amount mapping yields a string value in some cases and throws an error on the bc api. workaround is to multiply it by 1 to force a numeric value and set data type to number.
If you are doing this in postman, it should look like this: GET https://api.integrator.io/v1/ashares
take note that SKU should match. When there are matrix child items, use the following formula for the SKU column in the search. CASE NVL({parent},'0') WHEN '0' THEN{displayname} ELSE SUBSTR({itemi...
These are the steps to retrieve order info using a rest client such as ARC or POSTMAN. Get a token first by using the Magento admin username and password. Enter the following format as a POST. ht...
Issue: One of the configuration options in the Customer Import data flow is to set the imported Customers as child records of a default Parent Customer. Unfortunately, NetSuite places a limitation...
We normally map Discount, Shipping and Price all mapped to the standard amounts i.e. price, shipping_amount, discount_amount. When foreign currency is used, we can the base version of those fields...
Some notes on the behavior and functionality of this flow The mass update only picks up online applicable products. In cases where you might be wondering why there are more items in Shopify tha...
When NetSuite or Magento 2 password changes, here's how to update the Integration App: For NetSuite Log in to Integrator IO Click on Settings on Magento 2 Integration App tile Go to the Connection...
There are two similar fields in NetSuite credit memo/cash sale It is the ETAIL ORDER BILLING EXPORTED that the Integration App uses. Please ignore the other one. This will be deleted by the produc...
Previously, when Magento was single connector then we used to check duplicate using etail customer ID field but now after migrating to the multi-account connector, we have started using "Celigo Mag...