Last updated
Was this helpful?
These Shopify REST-backed Liquid objects are legacy. The product and variant Liquid objects no longer work, and Shopify is phasing out the REST Admin API that these objects depend on. Use GraphQL for new work; see the Shopify REST Admin API notice and migration guides.
Use {% for location in shop.locations %} in any task
Use {{ order.location.name }} in tasks responding to shopify/orders events
Use {{ fulfillment.location.name }} in tasks responding to shopify/fulfillments events
Use {{ inventory_level.location.name }} in tasks responding to shopify/inventory_levels events
Last updated
Was this helpful?
Was this helpful?