Shopee SDK API Reference - v1.11.0
    Preparing search index...

    Interface GetGlobalItemLimitResponse

    Response for getting global item limit

    interface GetGlobalItemLimitResponse {
        error: string;
        message: string;
        request_id: string;
        response: { limit_info: GlobalItemLimit };
        result?: { limit_info: GlobalItemLimit };
    }

    Hierarchy (View Summary)

    Index

    Properties

    error: string
    message: string
    request_id: string
    response: { limit_info: GlobalItemLimit }

    Type Declaration

    result?: { limit_info: GlobalItemLimit }

    Type Declaration