Request parameters for scheduleSelfShipAppointment operation in FulfillmentInboundApi.

FulfillmentInboundApiScheduleSelfShipAppointmentRequest

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

Properties

The body of the request to `scheduleSelfShipAppointment`.

FulfillmentInboundApiScheduleSelfShipAppointment

inboundPlanId: string

Identifier of an inbound plan.

FulfillmentInboundApiScheduleSelfShipAppointment

shipmentId: string

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

FulfillmentInboundApiScheduleSelfShipAppointment

slotId: string

An identifier to a self-ship appointment slot.

FulfillmentInboundApiScheduleSelfShipAppointment