stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > LineItemGroup

AdminTypes.LineItemGroup interface

A line item group (bundle) to which a line item belongs to.

Signature:

export interface LineItemGroup 

Properties

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.