ShipmentResultsShipmentCharges
Shipment charges Container. Shipment charges info.
Properties
Name | Type | Required | Description |
---|---|---|---|
transportation_charges | ShipmentChargesTransportationCharges | ✅ | Transportation Charges container. |
service_options_charges | ShipmentChargesServiceOptionsCharges | ✅ | Service Option Charges container. |
total_charges | ShipmentChargesTotalCharges | ✅ | Total charges container. |
rate_chart | str | ❌ | Rate Type with which Shipment is rated. Possible RateChart values for different regions will be: US 48 origin: - 1 – Daily Rates - 3 – Standard List Rates - 4 – Retail Rates. Alaska/Hawaii origin: - 1 – Daily Rates - 3 – Standard List Rates - 4 – Retail Rates. All Other origins: - 1 – Rates - 5 - Regional Rates - 6 - General List Rates. 3 and 4 do not apply. |
base_service_charge | ShipmentChargesBaseServiceCharge | ❌ | Base Service Charge container. Transportation charge = BaseServiceCharge + Fuel charge Returned only if Subversion >=1701. |
itemized_charges | List[ShipmentChargesItemizedCharges] | ❌ | Itemized Charges are returned only when the Subversion element is present and greater than or equal to 1601. NOTE: For versions >= v2403, this element will always be returned as an array. For requests using versions < v2403, this element will be returned as an array if there is more than one object and a single object if there is only 1. |
tax_charges | List[ShipmentChargesTaxCharges] | ❌ | TaxCharges container are returned only when TaxInformationIndicator is present in request and when Negotiated Rates are not applicable. TaxCharges container contains Tax information for a given shipment. NOTE: For versions >= v2403, this element will always be returned as an array. For requests using versions < v2403, this element will be returned as an array if there is more than one object and a single object if there is only 1. |
total_charges_with_taxes | ShipmentChargesTotalChargesWithTaxes | ❌ | TotalChargesWithTaxes container would be returned only if TaxInformationIndicator is present in request and when Negotiated Rates are not applicable. TotalChargesWithTaxes contains total charges including total taxes applied to a shipment. |
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs