{"title":"OrderItem - Liquid Object Reference","slug":"order-item-liquid-object-reference","url":"https://support.storeconnect.com/articles/order-item-liquid-object-reference","url_markdown":"https://support.storeconnect.com/articles/order-item-liquid-object-reference.md","subtitle":null,"summary":"An OrderItem represents a single item in an Order.","type":"Developer_Documentation","video_url":"","keywords":"liquid, objects, OrderItem, template, storeconnect","last_modified":"2026-08-21T07:12:35+0000","body_markdown":"## Description\n\nAn OrderItem represents a single item in 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| `bookable_event` | [BookableEvent](bookable-event-liquid-object-reference) | Returns the BookableEvent for this item's Product if any |\n| `bookable?` | Boolean | Returns true if the OrderItem is for a bookable Product |\n| `bundle_items` | List[[OrderItem](order-item-liquid-object-reference)] | Returns the OrderItems contained in the Bundle |\n| `bundle_lead?` | Boolean | Returns true if the item's Product is the lead item in a bundle |\n| `custom_forms` | List[[CustomForm](custom-form-liquid-object-reference)] | Returns the CustomForms for this OrderItem |\n| `id` | String | Returns the unique id for this OrderItem |\n| `in_bundle?` | Boolean | Returns true if the OrderItem is in a bundle |\n| `name` | String | Returns the name of the OrderItem Product |\n| `order` | [Order](order-liquid-object-reference) | Returns the Order that this OrderItem belongs to |\n| `pricebook_entry` | [PricebookEntry](pricebook-entry-liquid-object-reference) | Returns the PricebookEntry for this OrderItem |\n| `pricing` | [ProductPricing](product-pricing-liquid-object-reference) | Returns the Pricing for this OrderItem |\n| `product` | [Product](product-liquid-object-reference) | Returns the Product for this OrderItem |\n| `quantity` | Number | Returns the value of the Quantity attribute |\n| `reserved_product?` | Boolean | Returns true if the OrderItem represents a reserved Product |\n| `subscription` | [Subscription](subscription-liquid-object-reference) | Returns the Subscription for this OrderItem |\n| `subscription_term_count` | Number | Returns the number of terms for the Subscription |\n| `unit_price_excl_tax` | Number | Returns the unit price without exclusive tax |\n| `unit_price_incl_tax` | Number | Returns the unit price with exclusive tax |\n\n## Deliveries\n\nAttributes related to delivery windows\n\n| Attribute | Type | Description |\n|-----------|------|-------------|\n| `delivery_date` | Timestamp | Returns the selected delivery date for this OrderItem |\n| `delivery_day` | String | Returns the selected delivery day for this OrderItem |\n| `delivery_time` | String | Returns the selected delivery timeslot for this OrderItem |\n| `delivery_window` | [DeliveryWindow](delivery-window-liquid-object-reference) | Returns the selected DeliveryWindow for this OrderItem |\n\n## Available on\n\n- [AccountPointsTransaction - Liquid Object Reference](account-points-transaction-liquid-object-reference) — `order_item`\n- [Booking - Liquid Object Reference](booking-liquid-object-reference) — `order_item`\n- [CustomFormSubmission - Liquid Object Reference](custom-form-submission-liquid-object-reference) — `order_item`\n- [FulfillmentItem - Liquid Object Reference](fulfillment-item-liquid-object-reference) — `order_item`\n- [Order - Liquid Object Reference](order-liquid-object-reference) — `adjustment_items`, `bookable_items`, `items`, `surcharge_items`\n- [ProductApproval - Liquid Object Reference](product-approval-liquid-object-reference) — `order_items`"}