Evergage Core API
Options
All
  • Public
  • Public/Protected
  • All
Menu

Access to the Evergage shadow catalog of business objects configured in the catalog setup. Includes Products, Articles, Custom Dimensions, etc.

Hierarchy

Index

Methods

dimensionFilter

  • dimensionFilter(dimension: string): ItemFilter<any>
  • Parameters

    • dimension: string

    Returns ItemFilter<any>

findClosestItems

  • Parameters

    Returns Item[]

findItem

  • findItem(type: string, id: string): Item | null
  • Parameters

    • type: string
    • id: string

    Returns Item | null

findItems

  • findItems(type: ItemFilter<any>): Item[]
  • findItems(type: string, ids: string[]): Item[]
  • findItems(type: ItemFilter<any>, ids: ItemSort<any>): Item[]
  • Parameters

    Returns Item[]

  • Parameters

    • type: string
    • ids: string[]

    Returns Item[]

  • Parameters

    Returns Item[]

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc