id | string The unique identifier of Promo |
currency | string The amount for which the Promo was created |
label | string The label you want to attach with the promotion, has to be unique |
min_order_amount | string denoting minimum order amount on which promo should apply |
max_discount_amount | string denoting maximum discount amount which promo should generate |
starts_at | string Indicates the Unix timestamp when this promo was created** |
ends_at | string Indicates the Unix timestamp when this promo will expire |
discount | string Depending on discount_type, value is either %discount or flat discount |
discount_type | string valid values are "percentage", "flat" |
type | string valid values are "card_promos", "ewallet_promos", "va_promos" |
sub_type | string valid values are "direct_discount", "cashback" |
limit_type | string valid values are "quota", "budget" |
limit_value | string valid values are "total_price", "product_price", "shipping_price" |
price_deduction_type | string valid values are "total_price", "product_price", "shipping_price |
created_at | integer Indicates the Unix timestamp when this promo was created |
updated_at | integer Indicates the Unix timestamp when this promo was updated |
is_live | boolean Flag denoting if the promo has been created in sandbox or live mode |