Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IProductRequestParams

Hierarchy

  • Omit<IProduct, "variants">
    • IProductRequestParams

Index

Properties

Optional attributes

attributes: undefined | Record<string, any>

Optional collections

collections: undefined | (string | ICollection[])[]

Optional name

name: undefined | string

referenceId

referenceId: string

Optional tags

tags: undefined | string[]

Optional variants

variants: undefined | (Pick<IVariant, "referenceId" | "tags" | "attributes" | "name"> & { price?: undefined | IMoney })[]

Generated using TypeDoc