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

    Interface BatchAddItemResponse

    Response for batch adding items

    interface BatchAddItemResponse {
        error: string;
        message: string;
        request_id: string;
        response: { task_id: number };
        result?: { task_id: number };
    }

    Hierarchy (View Summary)

    Index

    Properties

    error: string
    message: string
    request_id: string
    response: { task_id: number }

    Type Declaration

    • task_id: number

      The task ID of the batch add item task.

    result?: { task_id: number }

    Type Declaration

    • task_id: number

      The task ID of the batch add item task.