Bulk update transport taxes - celdotro/marketplace GitHub Wiki
Updates all transport taxes for available categories
celmarket\Admin\AdminInformation
insertTaxForAllCategories
- method: admininfo
- action: insertTaxForAllCategories
- newValue = new value for all taxes
- newLimit = new limit for all taxes
An object with the following attributes
- success = 1 - operation successfully executed
https://github.com/celdotro/marketplace_examples/blob/master/Admin/15.insertTaxForAllCategories.php
{
"request": {
"newValue": 1,
"newLimit": 1
},
"response": {
"success": 1
}
}