The response schema for the createShipment operation.

CreateShipmentResponse

interface CreateShipmentResponse {
    errors?: Error[];
    payload?: CreateShipmentResult;
}

Properties

Properties

errors?: Error[]

A list of error responses returned when a request is unsuccessful.

CreateShipmentResponse

CreateShipmentResponse