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

findByName

  • findByName(type: string, name: string): Item[]
  • Parameters

    • type: string
    • name: string

    Returns Item[]

findPromotionsWithContentZone

  • findPromotionsWithContentZone(contentZone: string): Promotion[]
  • Parameters

    • contentZone: string

    Returns Promotion[]

newItem

  • newItem(type: string, id: string): Item
  • Parameters

    • type: string
    • id: string

    Returns Item

newLineItem

  • newLineItem(itemId: string, quantity: number, price: number): LineItem
  • Parameters

    • itemId: string
    • quantity: number
    • price: number

    Returns LineItem

newSku

  • newSku(id: string): Sku
  • Parameters

    • id: string

    Returns Sku

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