Last active
July 5, 2023 15:14
-
-
Save LightMan/c67a8a65fce71a748f0beb09af063e03 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"result": [ | |
{ | |
"id": "1", | |
"type": "bulk", | |
"on_product_ids": ["TSHIRT"], | |
"title": { | |
"es": "3 at 19€", | |
"en": "3 at €19" | |
}, | |
"description": { | |
"es": "Compra 3 o más a 19€", | |
"en": "Buy 3 or more at €19 each." | |
}, | |
"rules": { | |
"min_number_required": 3, | |
"discount_price": 19.00 | |
} | |
}, | |
{ | |
"id": "2", | |
"type": "nxm", | |
"on_product_ids": ["VOUCHER"], | |
"title": { | |
"es": "2x1", | |
"en": "2x1" | |
}, | |
"description": { | |
"es": "¡Compra dos y te regalamos uno!", | |
"en": "Buy two and get one for free!" | |
}, | |
"rules": { | |
"number_of_products_to_buy": 2, | |
"number_of_products_to_pay": 1 | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment