Skip to content

Instantly share code, notes, and snippets.

@LightMan
Last active July 5, 2023 15:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LightMan/c67a8a65fce71a748f0beb09af063e03 to your computer and use it in GitHub Desktop.
Save LightMan/c67a8a65fce71a748f0beb09af063e03 to your computer and use it in GitHub Desktop.
{
"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