Update delivery information - celdotro/marketplace GitHub Wiki
Updates information about delivery taxes
celmarket\Admin\AdminInformation
updateDeliveryInformation
- method: admininfo
- action: updateDeliveryInformation
- minimTara = minimum sum for free delivery inside the country
- minimBucuresti = minimum sum for delivery in Bucharest
- kgIncluse = weight in kg included in minimum sum
- pretKgInPlus = price for each kg over the minimum weight
- deschidereColet = tax for package opening
- -1 = no package opening
- 0 = free package opening
- > 0 = tax amount
- baza = base transport price
An object with the following attributes
- success = 1 - operation was successfully executed
https://github.com/celdotro/marketplace_examples/blob/master/Admin/16.updateDeliveryInformation.php
{
"request": {
"minimTara": 1,
"minimBucuresti": 1,
"kgIncluse": 1,
"pretKgInPlus": 1,
"deschidere colet": 0,
"baza": 0
},
"response": {
"success": 1
}
}