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

    Interface GetAdsFacilShopRateResponse

    Response for the get ads facil shop rate API

    interface GetAdsFacilShopRateResponse {
        error: string;
        message: string;
        request_id: string;
        response: { shop_rate?: number };
        warning?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    error: string

    Error code if any error occurred

    message: string

    Error message if any error occurred

    request_id: string

    The identifier for an API request for error tracking

    response: { shop_rate?: number }

    Type Declaration

    • Optionalshop_rate?: number

      Shop rate for Ads Facil Program

    warning?: string

    Optional warning message if some data cannot be responded normally