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

    Interface FetchResponse<T>

    interface FetchResponse<T> {
        error: string;
        message: string;
        request_id: string;
        response: T;
        result?: T;
        [key: string]: any;
    }

    Type Parameters

    • T

    Indexable

    • [key: string]: any
    Index

    Properties

    error: string
    message: string
    request_id: string
    response: T
    result?: T