Shopee SDK API Reference - v2.8.0
    Preparing search index...

    Interface SearchGlobalAttributeValueListPageInfo

    SearchGlobalAttributeValueListPageInfo sub-interface for SearchGlobalAttributeValueListResponseData

    interface SearchGlobalAttributeValueListPageInfo {
        cursor?: number;
        has_next?: boolean;
    }
    Index

    Properties

    Properties

    cursor?: number
    has_next?: boolean