Amazon Selling Partner API (SP-API) SDK for TypeScript
    Preparing search index...

    Interface FulfillmentInboundApiScheduleSelfShipAppointmentRequest

    Request parameters for scheduleSelfShipAppointment operation in FulfillmentInboundApi.

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

    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.