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

    Interface CreateManualProductAdsResponse

    Response for the create manual product ads API

    interface CreateManualProductAdsResponse {
        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

      The unique identifier for the created campaign

    warning?: string

    Optional warning message if some data cannot be responded normally