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

    Interface MySimpleStoreSearchResponse

    The envelope returned by the MySimpleStore search/list endpoint.

    interface MySimpleStoreSearchResponse {
        products: MySimpleStoreListProduct[];
        total_count?: number;
        pages?: number;
        current_page?: number;
    }
    Index

    Properties

    Products on the current page

    total_count?: number

    Total number of matching products

    pages?: number

    Total number of pages

    current_page?: number

    Current page number