Interface BundleLocationSpecific

Hierarchy

  • Omit<BundleDefinition, "locations">
  • Pick<DbBundleLocation, "storeDomainId" | "shopifyProductId" | "available" | "inventory" | "algoliaObjectId" | "firstAvailableAt">
    • BundleLocationSpecific

Properties

algoliaObjectId: null | string
available: boolean
components: BundleComponent[]
createdAt: Date
discountAmount: number
discountType: "percent"
firstAvailableAt: null | Date
handle: null | string
id: number
inventory: number
name: string
parentProductId: null | string
productMaterialId: null | number
productTagIds: number[]
productTypeId: null | number
shopifyProductId: null | string
sku: string
storeDomainId: number
updatedAt: Date

Generated using TypeDoc