Types > OIOrderBundleLineItemDetail
Commerce APITypesOIOrderBundleLineItemDetail
OIOrderBundleLineItemDetail

Description

Fields

managed: Boolean!


product_id: String!


quantity_per_bundle: Int!


type: VariantType!

Type of the variant


variant_id: String!


Used By

Types

OIOrderLineItemDetail

Preview (typescript)

interface OIOrderBundleLineItemDetail {
managed: boolean
product_id: string
quantity_per_bundle: number
type: VariantType
variant_id: string
}