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

    Interface AddGlobalItemResponse

    Response for adding a global item

    interface AddGlobalItemResponse {
        error: string;
        message: string;
        request_id: string;
        response: { global_item_id: number };
        result?: { global_item_id: number };
    }

    Hierarchy (View Summary)

    Index

    Properties

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

    Type Declaration

    • global_item_id: number

      Created global item ID

    result?: { global_item_id: number }

    Type Declaration

    • global_item_id: number

      Created global item ID