Types > BundleLineItemCreate
Commerce APITypesBundleLineItemCreate
BundleLineItemCreate

Description

Fields

quantity: Int!

Amount of items of a given variant in the bundle

Example: 0

Valid when: quantity is a positive integer


variant_id: String!

A unique product variant identifier

Example: "va_EQzGqWoY"

Valid when: variant_id matches regexp pattern: ^va_


Used By

Types

ProductVariantCreate, ProductVariantModify

Preview (typescript)

Loading module