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

    Interface SupportSizeChartResponse

    Response for checking size chart support

    interface SupportSizeChartResponse {
        error: string;
        message: string;
        request_id: string;
        response: { support: boolean };
        result?: { support: boolean };
    }

    Hierarchy (View Summary)

    Index

    Properties

    error: string
    message: string
    request_id: string
    response: { support: boolean }

    Type Declaration

    • support: boolean

      Whether size chart is supported

    result?: { support: boolean }

    Type Declaration

    • support: boolean

      Whether size chart is supported