Interface ProductVariantWithLocations

Hierarchy

Properties

color: null | string
countryOfOrigin: null | string
createdAt: Date
density: null | string
displayName: string
fabric: null | string
htsCode: null | string
id: string
isManual: boolean
itemClass: null | string
locations: {
    algoliaObjectId: null | string;
    compareAtPrice: null | string;
    createdAt: Date;
    id: number;
    inventory: number;
    nextInDcAt: null | Date;
    price: string;
    productVariantId: string;
    shopifyInventoryItemId: null | string;
    shopifyVariantId: null | string;
    statusId: number;
    storeDomainId: number;
    updatedAt: Date;
}[]

Type declaration

  • algoliaObjectId: null | string
  • compareAtPrice: null | string
  • createdAt: Date
  • id: number
  • inventory: number
  • nextInDcAt: null | Date
  • price: string
  • productVariantId: string
  • shopifyInventoryItemId: null | string
  • shopifyVariantId: null | string
  • statusId: number
  • storeDomainId: number
  • updatedAt: Date
needsReview: boolean
netsuiteProductType: null | string
netsuiteRecordType: string
productId: string
program: null | string
scent: null | string
size: null | string
sku: string
style: null | string
taxCode: null | string
upc: null | string
updatedAt: Date
weightLb: null | string

Generated using TypeDoc