Request parameters for cancelSelfShipAppointment operation in FulfillmentInboundApi.

FulfillmentInboundApiCancelSelfShipAppointmentRequest

interface FulfillmentInboundApiCancelSelfShipAppointmentRequest {
    body: CancelSelfShipAppointmentRequest;
    inboundPlanId: string;
    shipmentId: string;
}

Properties

The body of the request to `cancelSelfShipAppointment`.

FulfillmentInboundApiCancelSelfShipAppointment

inboundPlanId: string

Identifier of an inbound plan.

FulfillmentInboundApiCancelSelfShipAppointment

shipmentId: string

Identifier of a shipment. A shipment contains the boxes and units being inbounded.

FulfillmentInboundApiCancelSelfShipAppointment