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

    Interface FulfillmentInboundApiGenerateDeliveryWindowOptionsRequest

    Request parameters for generateDeliveryWindowOptions operation in FulfillmentInboundApi.

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

    Identifier of an inbound plan.

    shipmentId: string

    The shipment to generate delivery window options for.