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

    Interface FetchResponse<T>

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

    Type Parameters

    • T

    Hierarchy (View Summary)

    Index

    Properties

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