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

    Interface QueryBrSkuBlockStatusResponse

    Response for querying BR SKU block status

    interface QueryBrSkuBlockStatusResponse {
        error: string;
        message: string;
        request_id: string;
        response: {
            is_block: boolean;
            shop_item_id: number;
            shop_item_name: string;
            shop_model_id: number;
            shop_model_name: string;
            shop_sku_id: string;
        };
        warning?: string
        | 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: {
        is_block: boolean;
        shop_item_id: number;
        shop_item_name: string;
        shop_model_id: number;
        shop_model_name: string;
        shop_sku_id: string;
    }

    Type Declaration

    • is_block: boolean

      Product is blocked and warehouse stock cannot be sold

    • shop_item_id: number

      ID of item

    • shop_item_name: string

      Name of Item

    • shop_model_id: number

      ID of model

    • shop_model_name: string

      Name of model

    • shop_sku_id: string

      itemID_modelID

    warning?: string | string[]

    Warning message or list of warning messages