Rebates
Instant rebates/coupon schema with evaluation and query decorators
Property | Description | Type |
| A user-friendly name for the rebate |
|
| An expanded description of the rebate |
|
| A unique identifier for users to lookup rebates |
|
| A positive number that is used to generate a monetary value |
|
| A character that defines how the value calculates an output (either $ for dollar-off, % for percent-off or = to apply a fixed price) |
|
| See schema below |
|
| The maximum number of this rebate a user can order per instance |
|
| The maximum number of this rebate a user can order ever |
|
| The maximum number of this rebate for a specific product line |
|
| An array of SKUs that will determine the eligibility of a rebate and derive value from |
|
| An array of conditional SKUs that must be present but do not affect value |
|
| The combined quantity of conditional SKUs that must be met to unlock this rebate |
|
Tiers Schema
Property | Description | Type |
| A new value to use with parent symbol |
|
| The quantity at which the new value is unlocked |
|
Last updated