Selling Partner API SDK for JavaScript
    Preparing search index...

    The listDeliveryWindowOptions response.

    interface ListDeliveryWindowOptionsResponse {
        deliveryWindowOptions: DeliveryWindowOption[];
        pagination?: Pagination;
    }
    Index

    Properties

    deliveryWindowOptions: DeliveryWindowOption[]

    Delivery window options generated for the placement option.

    pagination?: Pagination