Request parameters for listDeliveryWindowOptions operation in FulfillmentInboundApi.

FulfillmentInboundApiListDeliveryWindowOptionsRequest

interface FulfillmentInboundApiListDeliveryWindowOptionsRequest {
    inboundPlanId: string;
    pageSize?: number;
    paginationToken?: string;
    shipmentId: string;
}

Properties

inboundPlanId: string

Identifier of an inbound plan.

FulfillmentInboundApiListDeliveryWindowOptions

pageSize?: number

The number of delivery window options to return in the response matching the given query.

FulfillmentInboundApiListDeliveryWindowOptions

paginationToken?: string

A token to fetch a certain page when there are multiple pages worth of results. The value of this token is fetched from the `pagination` returned in the API response. In the absence of the token value from the query parameter the API returns the first page of the result.

FulfillmentInboundApiListDeliveryWindowOptions

shipmentId: string

The shipment to get delivery window options for.

FulfillmentInboundApiListDeliveryWindowOptions