Articles in this section

Can the Shopify-NetSuite integration app determine if a customer is a company or an individual?

Q: Can the Shopify-NetSuite integration app determine if a customer is a company or an individual?
 
A: Yes, it can. First, we need to know what the qualifier is for determining if the customer is a Company or an Individual. Typically, this is if the Company field is populated.
  
Within the Customer Import Flow, add a Multifield setting for the NetSuite Individual field (as below):
 
unnamed.png
The IF/THEN statement will be:
{{#if $.addresses[*].company}}false{{else}}true{{/if}}
 
​This IF/THEN states, if Company exists then mark Individual as FALSE (company) and if the company does not exist then Individual as TRUE.  
Additionally, you will need to add the Company -> Company Name in the mapping. 
 
 
Was this article helpful?
0 out of 0 found this helpful

Comments

0 comments

Please sign in to leave a comment.