getPromotionTiers

Get a list of promotion tiers. Promotion tiers are used to specify promotion execution order and ability to disable some promotions with manual discount reason codes.

To delete a promotion tier see API call deletePromotionTier.

To add new promotion tier see API call insertPromotionTier.

To update existing promotion tier see API call updatePromotionTier.

To change promotion tier position in the list see API call movePromotionTier.

Input parameters

Parameter name Description Possible value Required
promotionTierIDs Comma-separated list of promotion tier IDs. string

Response

Field name Type Description
id integer
order integer
added integer Unix timestamp. Creation time.
addedByID integer
lastModified integer Unix timestamp. Last modification time.
lastModifiedByID integer
name# string Promotion tier name. # is replaced by language code.