Surcharge Management
Shipper Standard Interface offers the possibility to exchange surcharges between shippers and carriers.
Receiving Requested Surcharges
You can receive all surcharges that have been requested by the carrier.
Note, carrier is not allowed to edit a requested surcharge unless it was reviewed and rejected by the shipper.
Resources
Description | Documentation | OpenApi |
---|---|---|
Surcharges | GET /v2/surcharges/pull |
Accepting / Declining Surcharges
Next step is that shipper accepts or declines surcharges that have been requested.
Resources
Description | Documentation | OpenApi |
---|---|---|
Accept Surcharge | POST /v2/accept_surcharges | |
Decline Surcharge | POST /v2/decline_surcharges |
Receiving Accepted / Declined Surcharges
Surcharges that have been accepted or declined can be optionally sent back to your system.
This is especially useful if users accept or decline surcharges in our front-end applications, but the results must be transferred to your system.
Resources
Description | Documentation | OpenApi |
---|---|---|
Surcharges | GET /v2/surcharges/pull |
Â