Interface FulfillmentInboundApiModelV20240320FulfillmentInboundApiListInboundPlansRequest

Request parameters for listInboundPlans operation in FulfillmentInboundApi.

FulfillmentInboundApiListInboundPlansRequest

interface FulfillmentInboundApiModelV20240320FulfillmentInboundApiListInboundPlansRequest {
    pageSize?: number;
    paginationToken?: string;
    sortBy?: "LAST_UPDATED_TIME" | "CREATION_TIME";
    sortOrder?: "ASC" | "DESC";
    status?: "SHIPPED" | "VOIDED" | "ACTIVE";
}

Properties

pageSize?: number

The number of inbound plans to return in the response matching the given query.

FulfillmentInboundApiListInboundPlans

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.

FulfillmentInboundApiListInboundPlans

sortBy?: "LAST_UPDATED_TIME" | "CREATION_TIME"

Sort by field.

FulfillmentInboundApiListInboundPlans

sortOrder?: "ASC" | "DESC"

The sort order.

FulfillmentInboundApiListInboundPlans

status?: "SHIPPED" | "VOIDED" | "ACTIVE"

The status of an inbound plan.

FulfillmentInboundApiListInboundPlans

MMNEPVFCICPMFPCPTTAAATR