FREE USAGE

API Docs

Test Console

Tag Shopping

11 Developers use this API

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}

JSON (Learn how)

GET http://Xj2ZCV5F8UPsfAHPh0y9mr3aq.proxy.mashape.com/totalweight/{weight}/{length}/{width}/{height}
  • The required parameters have a yellow background, while the optional are gray
  • Authentication: Request a valid _token before making the API call. Learn how.

PHP (Learn how)

This client library will be auto-generated on the fly

Ruby (Learn how)

This client library will be auto-generated on the fly

Python (Learn how)

This client library will be auto-generated on the fly

Java (Learn how)

This client library will be auto-generated on the fly

Objective C (Learn how)

This client library will be auto-generated on the fly

Erlang (Learn how)

This client library will be auto-generated on the fly