The response schema for the createInboundShipmentPlan operation.

CreateInboundShipmentPlanResponse

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

Properties

Properties

errors?: Error[]

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

CreateInboundShipmentPlanResponse

CreateInboundShipmentPlanResponse