Methods
- TotalWeight
TotalWeight (GET)
Calculates the result of package physical weight and volume comparison for given dimensions which represents the total chargeable weight for specific carrier. Carriers Supported: DHL, TNT, Parcelforce, FedEx, UPS
Parameters
weight
NUMBER
package weight in CM
For example: "11.2"
length
NUMBER
package length in CM
For example: "50"
width
NUMBER
package width in CM
For example: "40"
height
NUMBER
package height in CM
For example: "88.9"
Results
weight_dhl
NUMBER
total chargeable weight for DHL
For example: "55.5"
weight_fedex
NUMBER
total chargeable weight for FedEx
For example: "10"
weight_parcelforce
NUMBER
total chargeable weight for Parcelforce
For example: "11"
weight_tnt
NUMBER
total chargeable weight for TNT
For example: "1.5"
weight_ups
NUMBER
total chargeable weight for UPS
For example: "106.5"
Example
JSON
{"weight_dhl":55.5,"weight_fedex":10,"weight_parcelforce":11,"weight_tnt":1.5,"weight_ups":106.5}


running