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

    Interface GetItemLimitResponse

    Response for getting item limits

    interface GetItemLimitResponse {
        error: string;
        message: string;
        request_id: string;
        response: { item_limit: ItemLimit };
        result?: { item_limit: ItemLimit };
    }

    Hierarchy (View Summary)

    Index

    Properties

    error: string
    message: string
    request_id: string
    response: { item_limit: ItemLimit }

    Type Declaration

    result?: { item_limit: ItemLimit }

    Type Declaration