CreateShipmentResult: {
    hasErrors: boolean;
    shipments: SE.Shipment[];
}

Type declaration

  • hasErrors: boolean

    hasErrors is a boolean that indicates if any errors occurred during the creation of the shipments.

  • shipments: SE.Shipment[]

    shipments is an array of shipments that were created.

Generated using TypeDoc