Interface VariantOptionValuesQuery

Hierarchy

  • VariantOptionValuesQuery

Properties

currency?: string
locale?: string
netsuiteVariant?: {
    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;
    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;
} | ProductVariantLocationSpecific

Type declaration

  • 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
  • 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
netsuiteVariantId?: string
productOptionValues?: {
    createdAt: Date;
    displayValue: string;
    id: number;
    position: null | number;
    productOptionId: number;
    updatedAt: Date;
    value: string;
}[]

Type declaration

  • createdAt: Date
  • displayValue: string
  • id: number
  • position: null | number
  • productOptionId: number
  • updatedAt: Date
  • value: string
productOptions?: FormattedDbProductOption[]
storeDomainId?: number

Generated using TypeDoc