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

    Interface GetConversionReportResponse

    Response for get_conversion_report API

    interface GetConversionReportResponse {
        error: string;
        message: string;
        request_id: string;
        response: {
            data_list?: {
                affiliate_id: number;
                commission?: string;
                item_id: number;
                order_sn: string;
                order_status?: string;
                order_time?: number;
            }[];
            total_count?: number;
        };
        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: {
        data_list?: {
            affiliate_id: number;
            commission?: string;
            item_id: number;
            order_sn: string;
            order_status?: string;
            order_time?: number;
        }[];
        total_count?: number;
    }

    Type Declaration

    • Optionaldata_list?: {
          affiliate_id: number;
          commission?: string;
          item_id: number;
          order_sn: string;
          order_status?: string;
          order_time?: number;
      }[]

      List of conversion data

    • Optionaltotal_count?: number

      Total count

    warning?: string | string[]

    Warning message or list of warning messages