{"title":"Fulfillment - Liquid Object Reference","slug":"fulfillment-liquid-object-reference","url":"https://support.storeconnect.com/articles/fulfillment-liquid-object-reference","url_markdown":"https://support.storeconnect.com/articles/fulfillment-liquid-object-reference.md","subtitle":null,"summary":"The Fulfillment object represents one of the fulfillments/shipments of an Order.","type":"Developer_Documentation","video_url":"","keywords":"liquid, objects, Fulfillment, template, storeconnect","last_modified":"2026-08-21T07:12:35+0000","body_markdown":"## Description\n\nThe Fulfillment object represents one of the fulfillments/shipments of an Order.\n\n:::note\nThis object supports custom data via the `data` attribute.\n:::\n\n## Attributes\n\n| Attribute | Type | Description |\n|-----------|------|-------------|\n| `fulfillment_type` | String | Returns the type of this Fulfillment, e.g. takeaway, delivery |\n| `id` | String | Returns the unique id for this Fulfillment |\n| `last_lodgement_error_at` | Timestamp | Returns the date/time when this Fulfillment last had an error lodging with a Shipping Provider |\n| `lodgement_errors` | String | Returns any errors lodging this Fulfillment with a Shipping Provider |\n| `notes` | String | Returns any notes related to this Fulfillment |\n| `path` | String | Returns the link path for this Fulfillment |\n| `reference` | String | Returns the public reference code for this Fulfillment |\n| `status` | String | Returns the status of this Fulfillment, e.g. ready_to_ship,waiting_for_pick_up |\n| `status_changed_at` | Timestamp | Returns the date/time the status last changed for this Fulfillment record |\n| `stock_location` | [StockLocation](stock-location-liquid-object-reference) | Returns the Stock Location from which this Fulfillment was sent |\n\n## Order\n\nAttributes related to the Order that this Fulfillment belongs to\n\n| Attribute | Type | Description |\n|-----------|------|-------------|\n| `fulfillment_items` | List[[FulfillmentItem](fulfillment-item-liquid-object-reference)] | Returns a list of Fulfillment Items for this Fulfillment |\n| `order` | [Order](order-liquid-object-reference) | Returns the Order that this Fulfillment belongs to |\n\n## Shipping Provider\n\nAttributes related to lodging this Fulfillment with a Shipping Provider\n\n| Attribute | Type | Description |\n|-----------|------|-------------|\n| `shipping_charge` | Number | Returns the order's total charge for shipping |\n| `shipping_cost` | Number | Returns the internal shipping cost for this Fulfillment if sent via Shipping Provider |\n| `shipping_provider_name` | String | Returns the name of the Shipping Provider to whom this Fulfillment was lodged |\n| `shipping_provider_service` | String | Returns the name of the Shipping Provider Service used to lodge this Fulfillment |\n| `shipping_rate` | [ShippingRate](shipping-rate-liquid-object-reference) | Returns the custom Shipping Rate selected for the Order |\n\n## Tracking\n\nAttributes related to tracking the Shipment\n\n| Attribute | Type | Description |\n|-----------|------|-------------|\n| `tracking_code` | String | Returns the tracking code for this Fulfillment |\n| `tracking_provider` | String | Returns the tracking provider for this Fulfillment |\n| `tracking_public_url` | String | Returns the public url for this Fulfillment |\n| `tracking_status` | String | Returns the status of this Fulfillment |\n| `tracking_tracker_uid` | String | Returns the tracker uid for this Fulfillment |\n| `tracking_updated_at` | Timestamp | Returns the timestamp for when this Fulfillment was last updated |\n| `tracking?` | Boolean | Returns true if shipment tracking is enabled for this Fulfillment |\n\n## Available on\n\n- [Contact - Liquid Object Reference](contact-liquid-object-reference) — `fulfillments`\n- [FulfillmentItem - Liquid Object Reference](fulfillment-item-liquid-object-reference) — `fulfillment`\n- [Order - Liquid Object Reference](order-liquid-object-reference) — `fulfillments`"}