Rebate

The shop owner can activate rebates, which provide a percentage rebate for a given quantity scale. There can be several quantity ranges with different percentages defined. Further some rebates are only valid for some licenses, etc. A list of this object type is used for a cart item, to specify which quantity scales are active and tells how much the user saves per quantity range.

For an example please have a look at the Cart object. The object has the following attributes:

Variable name Object Description Note
currency_id int An internal id for the used currency (e.g. 1 = USD, 34 = EUR). EF
description string The description of the rebate, as provided by the shop owner. EF
from_items int This specific rebate is valid from this quantity on. EF
name string The name of this rebate. EF
percentage float The percentage used to reduce the price of the item in the cart. EF
pricing UserPrice A more detailed pricing info for the used rebate. The amount of the price will be negative (as it reduces the costs). EF
to_items int The upper bound (inclusive) for which this specific rebate is valid. If there is no upper bound, this value will be less or equal 0. EF
total_price int The total value (including VAT if applicable) of the rebate. The amount of the price will be negative (as it reduces the costs). For formatting use the money filter. EF
total_price_net int The total net value of the rebate. The amount of the price will be negative (as it reduces the costs). For formatting use the money filter. EF

Note: This object is exclusive to FlickRocket. If you are using a theme orginating from Shopify and want to use this functionality, you need to add this.