Skip to main content

ProductBundle

Permission required: bundle:read

type ProductBundle implements BaseProduct {
availabilities: [ProductBundleAvailability!]
barcode: String
brand: Brand
components: [ProductComponent!]
createdAt: ISO8601DateTime
id: ID
sku: String
skuDescription: String
updatedAt: ISO8601DateTime
}

Fields

ProductBundle.availabilities ● [ProductBundleAvailability!] list object

The availability rows of the bundle, divided by warehouse.

ProductBundle.barcode ● String scalar

The barcode of the bundle.

ProductBundle.brand ● Brand object

The brand of the bundle.

ProductBundle.components ● [ProductComponent!] list object

The products that make up the bundle, each with its own quantity.

ProductBundle.createdAt ● ISO8601DateTime scalar

When the record was created.

ProductBundle.id ● ID scalar

The unique identifier of the record.

ProductBundle.sku ● String scalar

The bundle SKU.

ProductBundle.skuDescription ● String scalar

The description of the bundle.

ProductBundle.updatedAt ● ISO8601DateTime scalar

When the record was last updated.

Interfaces

BaseProduct interface

Member Of

ProductBundleAvailability object ● ProductBundleConnection object ● ProductBundleEdge object