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

    Interface GetShopPublishableStatusResponse

    Response for getting shop publishable status

    interface GetShopPublishableStatusResponse {
        error: string;
        message: string;
        request_id: string;
        response: {
            shop_list: { publishable: boolean; reason?: string; shop_id: number }[];
        };
        result?: {
            shop_list: { publishable: boolean; reason?: string; shop_id: number }[];
        };
    }

    Hierarchy (View Summary)

    • FetchResponse<
          {
              shop_list: { publishable: boolean; reason?: string; shop_id: number }[];
          },
      >
      • GetShopPublishableStatusResponse
    Index

    Properties

    error: string
    message: string
    request_id: string
    response: {
        shop_list: { publishable: boolean; reason?: string; shop_id: number }[];
    }

    Type Declaration

    • shop_list: { publishable: boolean; reason?: string; shop_id: number }[]

      List of shop status

    result?: {
        shop_list: { publishable: boolean; reason?: string; shop_id: number }[];
    }

    Type Declaration

    • shop_list: { publishable: boolean; reason?: string; shop_id: number }[]

      List of shop status