FulfillmentItem - Liquid Object Reference
On this page
Description
A FulfillmentItem represents a single item in a Fulfillment.
:::note
This object supports custom data via the data attribute.
:::
Backed by
This drop renders the s_c__Fulfillment_Item__c Salesforce object. A theme writes it as fulfillment_item.
| Liquid attribute | Salesforce field |
|---|---|
quantity |
s_c__Quantity__c |
Every other attribute on this drop is derived by StoreConnect rather than read straight from one field. The Attributes section lists them all.
Fields you add yourself are not listed above. Expose one with a Custom Data Mapping record, then read it from fulfillment_item.data. See custom data fields in Liquid.
Attributes
| Attribute | Type | Description |
|---|---|---|
fulfillment |
Fulfillment | Returns the Fulfillment that this FulfillmentItem belongs to |
order_item |
OrderItem | Returns the OrderItem that this FulfillmentItem belongs to |
quantity |
Number | Returns the quantity of this FulfillmentItem |
Available on
- Fulfillment - Liquid Object Reference —
fulfillment_items
Was this article helpful?
Thanks for your feedback! It helps us improve our docs.