Delete bonus - celdotro/marketplace GitHub Wiki
- Deletes products' bonuses
celmarket\Products\ProductsBonus
deleteBonus
- method: products
- action: deleteBonus
- model = product's model
- bonus = bonus' models -> array
- (array element) = the model of the bonus product
An object with the following attributes
- success = 1 -> successfully deleted
https://github.com/celdotro/marketplace_examples/blob/master/Products/6.deleteBonus.php
{
"request": {
"model": "X",
"bonus": [
"X"
]
},
"response": {
"success": 1
}
}