Interface ProductWithLocations

Hierarchy

Properties

createdAt: Date
displayName: string
handle: null | string
id: string
isManual: boolean
lastReviewedAt: null | Date
locations: {
    algoliaObjectId: null | string;
    createdAt: Date;
    firstAvailableAt: null | Date;
    id: number;
    inventory: number;
    productId: string;
    shopifyProductId: null | string;
    statusId: number;
    storeDomainId: number;
    updatedAt: Date;
}[]

Type declaration

  • algoliaObjectId: null | string
  • createdAt: Date
  • firstAvailableAt: null | Date
  • id: number
  • inventory: number
  • productId: string
  • shopifyProductId: null | string
  • statusId: number
  • storeDomainId: number
  • updatedAt: Date
name: string
netsuiteRecordType: string
productMaterialId: null | number
productTypeId: null | number
updatedAt: Date

Generated using TypeDoc