Location object
How to access it
Use
{% for location in shop.locations %}
in any taskUse
{{ order.location.name }}
in tasks responding to shopify/orders eventsUse
{{ fulfillment.location.name }}
in tasks responding to shopify/fulfillments eventsUse
{{ inventory_level.location.name }}
in tasks responding to shopify/inventory_levels events
What it contains
Last updated