Line Item Group
Requires access scope.
The information for line items that are part of a bundle. When a bundle is purchased, each component line item references its through the field to maintain the relationship with the bundle.
The parent bundle's product, variant, and custom attributes enable apps to group and display bundle components in order management systems, transactional emails, and other contexts where understanding the bundle structure is needed.
Learn more about product bundles.
Anchor to FieldsFields
- Anchor to customAttributescustom•[Attribute!]!
Attributes non-null A list of attributes that represent custom features or special requests.
- •ID!non-null
A globally-unique ID.
- Anchor to productIdproduct•ID
Id ID of the product of the line item group.
- Anchor to quantityquantity•Int!non-null
Quantity of the line item group on the order.
- Anchor to titletitle•String!non-null
Title of the line item group.
- Anchor to variantIdvariant•ID
Id ID of the variant of the line item group.
- Anchor to variantSkuvariant•String
Sku SKU of the variant of the line item group.