Interface BundleDefinition

Hierarchy

Properties

components: BundleComponent[]
createdAt: Date
discountAmount: number
discountType: "percent"
handle: null | string
id: number
locations: {
    algoliaObjectId: null | string;
    available: boolean;
    bundleId: number;
    createdAt: Date;
    firstAvailableAt: null | Date;
    id: number;
    inventory: number;
    shopifyProductId: null | string;
    storeDomainId: number;
    updatedAt: Date;
}[]

Type declaration

  • algoliaObjectId: null | string
  • available: boolean
  • bundleId: number
  • createdAt: Date
  • firstAvailableAt: null | Date
  • id: number
  • inventory: number
  • shopifyProductId: null | string
  • storeDomainId: number
  • updatedAt: Date
name: string
parentProductId: null | string
productMaterialId: null | number
productTagIds: number[]
productTypeId: null | number
sku: string
updatedAt: Date

Generated using TypeDoc