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?
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.