Request parameters for generateSelfShipAppointmentSlots operation in FulfillmentInboundApi.

FulfillmentInboundApiGenerateSelfShipAppointmentSlotsRequest

interface FulfillmentInboundApiGenerateSelfShipAppointmentSlotsRequest {
    body: GenerateSelfShipAppointmentSlotsRequest;
    inboundPlanId: string;
    shipmentId: string;
}

Properties

The body of the request to `generateSelfShipAppointmentSlots`.

FulfillmentInboundApiGenerateSelfShipAppointmentSlots

inboundPlanId: string

Identifier of an inbound plan.

FulfillmentInboundApiGenerateSelfShipAppointmentSlots

shipmentId: string

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

FulfillmentInboundApiGenerateSelfShipAppointmentSlots