CreateShipmentData: ({
    warehouseId: string;
} | {
    shipFrom: SE.Address;
}) & Partial<Omit<SE.Shipment, "items">>

Generated using TypeDoc