InventoryLoyaltyProgram

A message that represents loyalty program.

JSON representation
{
  "programLabel": string,
  "tierLabel": string,
  "price": {
    object (Price)
  },
  "cashbackForFutureUse": {
    object (Price)
  },
  "loyaltyPoints": string,
  "memberPriceEffectiveInterval": {
    object (Interval)
  },
  "shippingLabel": string
}
Fields
programLabel

string

The label of the loyalty program. This is an internal label that uniquely identifies the relationship between a business entity and a loyalty program entity. The label must be provided if there are multiple loyalty programs available for the merchant, so that the system can associate the assets below (for example, price and points) with the correct business. The corresponding program must be linked to the Merchant Center account.

tierLabel

string

The label of the tier within the loyalty program. Must match one of the labels within the program.

price

object (Price)

The price for members of the given tier, that is, the instant discount price. Must be smaller or equal to the regular price.

cashbackForFutureUse

object (Price)

The cashback that can be used for future purchases.

loyaltyPoints

string (int64 format)

The amount of loyalty points earned on a purchase.

memberPriceEffectiveInterval

object (Interval)

A date range during which the item is eligible for member price. If not specified, the member price is always applicable. The date range is represented by a pair of ISO 8601 dates separated by a space, comma, or slash.

shippingLabel

string

The label of the shipping benefit. If the field has value, this offer has loyalty shipping benefit. If the field value isn't provided, the item is not eligible for loyalty shipping for the given loyalty tier.