Interface FulfillmentInboundApiModelV20240320TransportationSelection

The transportation option selected to confirm.

TransportationSelection

interface FulfillmentInboundApiModelV20240320TransportationSelection {
    contactInformation?: FulfillmentInboundApiModelV20240320ContactInformation;
    shipmentId: string;
    transportationOptionId: string;
}

Properties

TransportationSelection

shipmentId: string

Shipment ID that the transportation Option is for.

TransportationSelection

transportationOptionId: string

Transportation option being selected for the provided shipment.

TransportationSelection

MMNEPVFCICPMFPCPTTAAATR