Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MarkupData

Hierarchy

  • MarkupData

Index

Properties

ExcludeProductsInFilter

ExcludeProductsInFilter: boolean

If true, all products except the matching ones will have their prices copied. If false, only the matching ones will have their prices copied.

FactorValue

FactorValue: number

The value of the markup/markdown. If Type is Amount, this is the amount to add to the price. If Type is Percentage, this is the amount that the Price will be multiplied by.

A 10% markup should be specified as 1.10, a 25% discount should be specified as 0.75.

Optional ProductSearchTemplateID

ProductSearchTemplateID: undefined | number

The ID of the ProductSearchTemplate to use to filter the products to copy. If left empty all products will be copied. Entity type: ProductSearchTemplate

Type

The type of markup/markdown. Either absolute amount or a percentage. Determines how FactorValue will be interpreted.