@adcp/sdk API Reference - v10.0.1
    Preparing search index...

    Interface PaginationRequest

    Cursor-based pagination controls for get_products. Valid in all buying modes. In brief mode, pagination bounds the seller's returned products[] for the curated answer to the brief and is not an exhaustive catalog-enumeration contract. In refine mode, pagination bounds the refined products[] result implied by refine[] and filters; proposals may accompany a page as plan metadata but are not independently counted by this pagination envelope. In wholesale mode, pagination walks the wholesale product feed and may be combined with wholesale feed versioning.

    interface PaginationRequest {
        max_results?: number;
        cursor?: string;
    }
    Index

    Properties

    max_results?: number

    Maximum number of items to return per page

    1

    100

    cursor?: string

    Opaque cursor from a previous response to fetch the next page