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

    Interface EditGmsProductCampaignResponse

    Response for the edit GMS product campaign API

    interface EditGmsProductCampaignResponse {
        error: string;
        message: string;
        request_id: string;
        response: { campaign_id: number };
        warning?: 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: { campaign_id: number }

    Type Declaration

    • campaign_id: number

      GMS Campaign ID

    warning?: string

    Optional warning message if some data cannot be responded normally