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

    Interface FulfillmentInboundApiConfirmDeliveryWindowOptionsRequest

    Request parameters for confirmDeliveryWindowOptions operation in FulfillmentInboundApi.

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

    The id of the delivery window option to be confirmed.

    inboundPlanId: string

    Identifier of an inbound plan.

    shipmentId: string

    The shipment to confirm the delivery window option for.