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

    Interface GetLateOrdersResponse

    Response for the get late orders API

    interface GetLateOrdersResponse {
        error: string;
        message: string;
        request_id: string;
        response: { late_order_list: LateOrder[]; 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: { late_order_list: LateOrder[]; total_count: number }

    Type Declaration

    • late_order_list: LateOrder[]

      List of late orders

    • total_count: number

      Total number of late orders

    warning?: string | string[]

    Warning message or list of warning messages