InboundTransportationOptions
Retrieves all transportation options for a shipment.
Columns
| Name | Type | References | Description |
| InboundPlanId [KEY] | String | Identifier of an inbound plan. | |
| TransportationOptionId [KEY] | String | Identifier of a transportation option. A transportation option represent one option for how to send a shipment. | |
| ShipmentId [KEY] | String | Identifier of a shipment. A shipment contains the boxes and units being inbounded. | |
| VoidableUntil | Datetime | Voidable until timestamp. | |
| Amount | Decimal | Decimal value of the currency. | |
| Expiration | Datetime | The timestamp at which this transportation option quote becomes no longer valid. This is based in ISO 8601 datetime with pattern `yyyy-MM-ddTHH:mm:ss.sssZ`. | |
| Code | String | ISO 4217 standard of a currency code. | |
| Name | String | The contact's name. | |
| EndTime | Datetime | The end timestamp of the appointment in UTC. | |
| ShippingMode | String | Mode of shipment transportation that this option will provide. Can be: `GROUND_SMALL_PARCEL`, `FREIGHT_LTL`, `FREIGHT_FTL_PALLET`, `FREIGHT_FTL_NONPALLET`, `OCEAN_LCL`, `OCEAN_FCL`, `AIR_SMALL_PARCEL`, `AIR_SMALL_PARCEL_EXPRESS`. | |
| StartTime | Datetime | The start timestamp of the appointment in UTC. | |
| AlphaCode | String | The carrier code. For example, USPS or DHLEX. | |
| ShippingSolution | String | Shipping program for the option. Can be: `AMAZON_PARTNERED_CARRIER`, `USE_YOUR_OWN_CARRIER`. | |
| PlacementOptionId | String | The placement option to generate transportation options for. |