morning everyone i have a question? what the crite...
# general
d
morning everyone i have a question? what the criteria is celigo using in the app to see if the order is exist or not is Nestuite đŸ«Ą
m
It depends of what flow you are trying to use.
d
@Michael McNamara it's Order flow
m
OK. Which flow? is it exporting an order from Netsuite or importing an order into Netsuite?
d
Ah it's from Shopify to NS
m
OK. Normally, it uses an Event Listener when a new order is created on Shopify. It checks a URL https://api.integrator.io/v1/exports/<some id number>/data. It also uses another flow for ‘Shopify order transaction to NetSuite custom transaction record’ and this is the condition. [[“custrecord_celigo_etail_trans_id”,“is”,“{{{id}}}“],“AND”,[“custrecord_celigo_etail_orderid”,“anyof”,“{{{[Sales Order Id]}}}“]]
🙌 1
d
@Michael McNamara Thank you so much