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

    Interface GetAutoAddNewProductToggleStatusResponse

    Response for get_auto_add_new_product_toggle_status API

    interface GetAutoAddNewProductToggleStatusResponse {
        error: string;
        message: string;
        request_id: string;
        response: { commission_rate?: number; open: boolean };
        warning?: string | 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: { commission_rate?: number; open: boolean }

    Type Declaration

    • Optionalcommission_rate?: number

      Commission rate for auto-added products

    • open: boolean

      Whether auto-add new product is enabled

    warning?: string | string[]

    Warning message or list of warning messages