Result for the create inbound shipment operation

Export

CreateInboundShipmentPlanResult

interface CreateInboundShipmentPlanResult {
    InboundShipmentPlans?: InboundShipmentPlan[];
}

Properties

InboundShipmentPlans?: InboundShipmentPlan[]

A list of inbound shipment plan information

Memberof

CreateInboundShipmentPlanResult