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

    Request parameters for scheduleSelfShipAppointment operation in FulfillmentInboundApi.

    interface FulfillmentInboundApiScheduleSelfShipAppointmentRequest {
        body: ScheduleSelfShipAppointmentRequest;
        inboundPlanId: string;
        shipmentId: string;
        slotId: string;
    }
    Index

    Properties

    The body of the request to `scheduleSelfShipAppointment`.

    inboundPlanId: string

    Identifier of an inbound plan.

    shipmentId: string

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

    slotId: string

    An identifier to a self-ship appointment slot.