TryNow orders process the same way that standard online orders do, and appear in your Online Store Sales Channel.
TryNow orders will have items with the below item-level detail:
tn_enabled: true
To distinguish TryNow orders from standard orders, you can leverage automatic tagging via Shopify Flow based on these item-level details so that any order with at least one item with details specifying "tn_enabled: true" will be tagged as "TryNow".
Follow these instructions to set up a Shopify Flow to tag your TryNow orders:
1. Navigate to the Apps section of Shopify and open the Shopify Flow app.
2. Click "Create workflow" and then "Select a trigger".
3. Select "Shopify" and then "Order created" under the list of triggers.
4. Select the "+" to add an Output and then click "Condition".
5. Click "Conditions", select "If all conditions are met" from the drop-down, then click "Add Criteria".
6. Select "Order", "lineitems", "customAttributes", and "key".
7. Enter "tn_enabled" into the Key field.
8. Scroll down to the And section and click "Add criteria".
9. Select "Order", "lineitems", "customAttributes", and "value".
10. Enter "true" into the Value field.
11. Click the "+" next to Then and then click "Action".
12. Select "Shopify" and then "Add order tags".
13. Enter "TryNow" in the Tags field.
14. Edit the name of your workflow.
15. Click "Turn on workflow".