🚫Fulfillment order object
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.
How to access it
Use
{% for fulfillment_order in order.fulfillment_orders %}in tasks responding to shopify/orders events
What it contains
The related order object:
{{ fulfillment_order.order }}
Last updated
Was this helpful?