<- Object

Object

All versions ->

LoyaltyProgramRewardDefinitionBeta

Provides details about the loyalty program reward tier definition.

Link to section

Properties

Link to section

scope

string

Required

Read only Indicates the scope of the reward tier.

Link to section

discount_type

string

Required

Read only The type of discount the reward tier offers.

Link to section

percentage_discount

string

Read only Present if discount_type is FIXED_PERCENTAGE. For example, a 7.25% off discount will be represented as "7.25".

Link to section

catalog_object_ids

string [ ]

Read only A list of catalog object ids to which this reward can be applied. They are either all item-variation ids or category ids, depending on the type field.

Link to section

fixed_discount_money

Read only Present if discount_type is FIXED_AMOUNT. For example, $5 off.

Link to section

max_discount_money

Read only When discount_type is FIXED_PERCENTAGE, the maximum discount amount that can be applied.