Shopee SDK API Reference - v2.8.0
    Preparing search index...

    Interface GetValidationReportRequest

    Request parameters for get_validation_report

    Retrieve detailed information for a specific validation bill

    interface GetValidationReportRequest {
        attr_campaign_id?: number;
        campaign_source: string;
        item_id?: number;
        item_name?: string;
        l1_category_id?: number;
        l2_category_id?: number;
        l3_category_id?: number;
        order_sn?: string;
        page_no: number;
        page_size: number;
        place_order_time_end: number | Date;
        place_order_time_start: number | Date;
        validation_id: string;
        validation_month: number;
        verified_status?: string;
    }
    Index

    Properties

    attr_campaign_id?: number

    ID referencing the campaign rule applied. (Ties to the campaign seller created).

    campaign_source: string

    Source of campaign setup. Applicable values:ShopeeManagedSeller

    item_id?: number

    Unique identifier of the product.

    item_name?: string

    The product's name.

    l1_category_id?: number

    Hierarchical product category classification. (L1 Category)

    l2_category_id?: number

    Hierarchical product category classification. (L2 Category)

    l3_category_id?: number

    Hierarchical product category classification. (L3 Category)

    order_sn?: string

    Unique identifier of the order.

    page_no: number

    Specifies the page number of data to return in the current call. Starting from 1. If data is more than one page, the page_no can be some entry to start next call.

    page_size: number

    Number of records returned per page, the maximum limit is 500, and page_no * page_size must be <= 10000.

    place_order_time_end: number | Date

    End time (inclusive) of order placement, in timestamp format.

    place_order_time_start: number | Date

    Start time (inclusive) of order placement, in timestamp format.

    validation_id: string

    Unique identifier of the billing entry.

    validation_month: number

    Billing month in the format YYYYMM (e.g., 202405).

    verified_status?: string

    Verified Status. Applicable values:ValidInvalid