Interface VendorDirectFulfillmentShippingApiModelV20211228Pagination

The pagination elements required to retrieve the remaining data.

Pagination

interface VendorDirectFulfillmentShippingApiModelV20211228Pagination {
    nextToken?: string;
}

Properties

Properties

nextToken?: string

Pagination occurs when a request produces a response that exceeds the pageSize. This means that the response is divided into individual pages. To retrieve the next page or the previous page, you must pass the nextToken value or the previousToken value as the pageToken parameter in the next request. There is no nextToken in the pagination object on the last page.

Pagination

MMNEPVFCICPMFPCPTTAAATR