Add filter for ignore the cancellation orders form shopify to Netsuite in Order flow

Hello Team,

I need to add filter criteria to ignore cancellation orders from Shopify to NetSuite in the order flow.

However, I am unable to find the order status for cancellations in the order JSON. Could you please suggest which filter I need to add to ignore cancellation orders?

Hi Swapnil,

Are you referring to the Shopify - NetSuite Integration app order flow?

If you are, then you should be able to add an input filter on the import step and use the “cancelled_at” field since this field usually contains “null” unless the order is cancelled.

You can try and test the sample input filter below.

1 Like

Hello Monsi,

Yes, we are referring Shopify - NetSuite Integration app order flow.

Thank u for your suggestion.