Selling Partner API SDK for JavaScript
    Preparing search index...

    Request parameters for cancelSelfShipAppointment operation in FulfillmentInboundApi.

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

    Properties

    The body of the request to `cancelSelfShipAppointment`.

    inboundPlanId: string

    Identifier of an inbound plan.

    shipmentId: string

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