ChemPal Documentation - v1.6.0
    Preparing search index...

    Interface VWRSearchResponse

    Response envelope for POST /products/search.

    interface VWRSearchResponse {
        products: VWRSearchProduct[];
        pagination?: VWRSearchPagination;
    }
    Index

    Properties

    products: VWRSearchProduct[]

    Matching products for the current page.

    pagination?: VWRSearchPagination

    Pagination metadata used to walk subsequent pages.