Request parameters for confirmDeliveryWindowOptions operation in FulfillmentInboundApi.

FulfillmentInboundApiConfirmDeliveryWindowOptionsRequest

interface FulfillmentInboundApiConfirmDeliveryWindowOptionsRequest {
    deliveryWindowOptionId: string;
    inboundPlanId: string;
    shipmentId: string;
}

Properties

deliveryWindowOptionId: string

The id of the delivery window option to be confirmed.

FulfillmentInboundApiConfirmDeliveryWindowOptions

inboundPlanId: string

Identifier of an inbound plan.

FulfillmentInboundApiConfirmDeliveryWindowOptions

shipmentId: string

The shipment to confirm the delivery window option for.

FulfillmentInboundApiConfirmDeliveryWindowOptions