The response schema for the createInboundShipmentPlan operation.

Export

CreateInboundShipmentPlanResponse

interface CreateInboundShipmentPlanResponse {
    errors?: Error[];
    payload?: CreateInboundShipmentPlanResult;
}

Properties

Properties

errors?: Error[]

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

Memberof

CreateInboundShipmentPlanResponse

Memberof

CreateInboundShipmentPlanResponse