Request parameters for generateDeliveryWindowOptions operation in FulfillmentInboundApi.

FulfillmentInboundApiGenerateDeliveryWindowOptionsRequest

interface FulfillmentInboundApiGenerateDeliveryWindowOptionsRequest {
    inboundPlanId: string;
    shipmentId: string;
}

Properties

inboundPlanId: string

Identifier of an inbound plan.

FulfillmentInboundApiGenerateDeliveryWindowOptions

shipmentId: string

The shipment to generate delivery window options for.

FulfillmentInboundApiGenerateDeliveryWindowOptions