LineItemGroup - admin-graphql - OBJECT
Version: 2024-10
Description:
A line item group (bundle) to which a line item belongs to.
Access Scopes
`read_orders` access scope.
Fields
-
customAttributes:
Attribute! -
A list of attributes that represent custom features or special requests.
-
id:
ID! -
A globally-unique ID.
-
quantity:
Int! -
Quantity of the line item group on the order.
-
title:
String! -
Title of the line item group.
-
variantId:
ID -
ID of the variant of the line item group.
-
variantSku:
String -
SKU of the variant of the line item group.
Connections
Related queries
Related mutations
Related Unions
Examples