How can I tag Otto orders differently in my logistics software?

We are a logistics software that offers fullfillment for our stores. Our stores are mostly directly connected to Shopify.

We have a new use case: several customers order from Otto, Otto is not directly connected to us, they are connected to our website via Shopify (Magnalister).

We need to handle the Otto orders differently than the normal orders created in Shopify. So we need to understand how these orders are transferred into our system.

I’ve seen Tag (loyal, etc) and Source_Name (web, POS, etc), but they don’t give exactly the information we need.

What exactly is the variable of it that Shopify is using? Basically, we need a tag that shows that an order comes from Otto, e.g. Order_Tag = “Otto”.

Could you please help me with this?

Many thanks,

Regards

Check the order JSON data to see what data those type of orders have available:

  1. Go to the order details page from the Shopify orders page

  2. Add .json to the end of the order ID in the url bar

  3. Press enter to load the JSON data

  4. Now search that data (you can put it through a json formatter to read it easier) to find a unique property for those orders.