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

    Interface GetWeightRecommendationResponse

    Response for getting weight recommendation

    interface GetWeightRecommendationResponse {
        error: string;
        message: string;
        request_id: string;
        response: { weight: number };
        result?: { weight: number };
    }

    Hierarchy (View Summary)

    Index

    Properties

    error: string
    message: string
    request_id: string
    response: { weight: number }

    Type Declaration

    • weight: number

      Weight recommendation

    result?: { weight: number }

    Type Declaration

    • weight: number

      Weight recommendation