I tagged this with a handlebar expression tag because I think it might be the solution but I am new to customizations in Celigo.
I have a boolean meta field in Shopify for Orders that is set to ‘true’ when an address field parses to a “PO Box”. I’d like to use this data to then override the Shipping Method default mapping when exporting to Netsuite. The Shipping Method itself is not used in Shopify. The Shipping Method should still use the mappings setup in the integration when meta field is ‘false’ or NULL.
Any guidance on how to set this up would be appreciated.
Thanks so much for providing a solution but now I am failing to implement. What I have is a meta field on the Shopify Order set by a Flow. But it seems the meta fields don’t appear on the .json of the order so I am unable to do the compare. I am not seeing a way to update meta field “custom.po_box” to the Shipping_Lines or Shipping_Address groups on the json. Is the only way to do this through order.tags then? I was hoping to make it somewhere unobtrusive and immutable.