The list for shipment rates fetched previously
Name | Type | Description | Notes |
---|---|---|---|
carrier_name | str | The rate's carrier | |
carrier_id | str | The targeted carrier's name (unique identifier) | |
currency | str | The rate monetary values currency code | |
test_mode | bool | Specified whether it was created with a carrier in test mode | |
id | str | A unique identifier | [optional] |
object_type | str | Specifies the object type | [optional] if omitted the server will use the default value of "rate" |
service | str, none_type | The carrier's rate (quote) service | [optional] |
discount | float, none_type | The monetary amount of the discount on the rate | [optional] |
base_charge | float | The rate's monetary amount of the base charge.<br/> This is the net amount of the rate before additional charges | [optional] |
total_charge | float | The rate's monetary amount of the total charge.<br/> This is the gross amount of the rate after adding the additional charges | [optional] |
duties_and_taxes | float, none_type | The monetary amount of the duties and taxes if applied | [optional] |
transit_days | int, none_type | The estimated delivery transit days | [optional] |
extra_charges | [Charge] | list of the rate's additional charges | [optional] |
meta | {str: (bool, date, datetime, dict, float, int, list, str, none_type)}, none_type | provider specific metadata | [optional] |
any string name | bool, date, datetime, dict, float, int, list, str, none_type | any string name can be used but the value must be the correct type | [optional] |