Orders from a certain POS location get tagged with a language tag

Hi, I am trying to segment languages for orders that come in from specific POS locations, as some are french and others are english. Is there a way I can do this with Flow, where it would be Order Placed > order comes from POS location 1 > Customer gets tagged with “French” tag?

I’ve started with the “Tag orders created on Point of Sale (POS)” Flow template but don’t see anything that would allow me to create a tag based off of a POS location ID. Thanks!

1 Like

Hi @getagripxo ,

You should be able to build a tag using variables in the Order / fulfillmentOrders / assignedLocation object. That is an array of fulfillment orders, but in a POS transaction there should only ever be one.

Hope that helps!