Shopee SDK API Reference - v2.8.0
    Preparing search index...

    Interface GetPublishTaskResultResponseData

    GetPublishTaskResultResponseData sub-interface for GetPublishTaskResultResponse

    interface GetPublishTaskResultResponseData {
        failed?: GetPublishTaskResultFailed;
        publish_status?: string;
        success?: GetPublishTaskResultSucces;
    }
    Index

    Properties

    If publish task is failed, this field shows the failed reason.

    publish_status?: string

    Status of publish task.

    If publish task is successful, this field shows the published results.