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

    Interface UpdateGlobalItemResponse

    Response for updating a global item

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

    Hierarchy (View Summary)

    • FetchResponse<{ global_item_id: number }>
      • UpdateGlobalItemResponse
    Index

    Properties

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

    Type Declaration

    • global_item_id: number

      Updated global item ID

    result?: { global_item_id: number }

    Type Declaration

    • global_item_id: number

      Updated global item ID