Home > @infiniteobjects/shopify-data-manager > AdminTypes > LineItemGroup
A line item group (bundle) to which a line item belongs to.
Signature:
export interface LineItemGroup
| Property | Modifiers | Type | Description |
|---|---|---|---|
| id | Scalars[‘ID’][‘output’] | A globally-unique ID. | |
| quantity | Scalars[‘Int’][‘output’] | Quantity of the line item group on the order. | |
| title | Scalars[‘String’][‘output’] | Title of the line item group. | |
| variantId? | Maybe<Scalars[‘ID’][‘output’]> | (Optional) ID of the variant of the line item group. | |
| variantSku? | Maybe<Scalars[‘String’][‘output’]> | (Optional) SKU of the variant of the line item group. |