CS QRCode
Huawei Warranty Check
This service is used to check the warranty and activation status of Huawei devices (supporting IMEI/SN/MEID/MAC query).
Concurrent / Thread Count
For queries that take more than 1 second, the concurrent / thread count should be controlled within 10 or less.
Reason: Excessive concurrency can cause the system to directly return a failure.
Request Parameters
Parameter Required Value
key Yes key
type Yes huawei
sn Yes Huawei series IMEI/SN
Example of successful request return
{
    'code': 0,
    'data': {
        'imei': '863159072994700',
        'sn': '2PV0224228003744',
        'model': 'Mate X5 典藏版 16GB+512GB 青山黛 双卡 全网通版',
        'img': 'https://r.huaweistatic.com/s/price_mgr/lst/image/M2T1A641N977144277189341467.png',   //product image
        'description': 'Mate X5 全网通典藏版 16GB+512GB (ALT-AL10) 青山黛',
        'brand': '华为',
        'skuItemCode': '51097RSJ',   //SKU ID
        'product': 'ALT-AL10',   //Network access model
        'productOffering': 'OFFE01122252',   //Product Offering Number
        'productCategoryCode': 'CMCG10000002',   //Product Category Code
        'activated': true,   //Is it activated
        'type': {
            'demo': false,   //Is it a demonstration machine
            'refurbished': false,   //Is the official refurbished machine
            'retail': true   //Is it a retail machine
        },
        'hasCare': true,   //Whether to purchase insurance
        'purchase': {
            'date': '2024/04/04',   //Activated represents the electronic insurance card date, this value will not be taken if not activated
            'country': 'China',   //Purchase country
            'countryName': '国行'
        },
        'warrStatus': '在保',   //Warranty Status
        'covered': '全维保',   //Warranty mode
        'coverage': '2025/4/5',   //Warranty End Date
        'daysleft': 35,   //Remaining warranty days
        'productDate': '2024/02/28',   //date of production
        'right': [
            {
                'startDate': '2024/04/04',
                'endDate': '2024/04/11',
                'code': 'BS01',
                'name': '7天退机'
            },
            {
                'startDate': '2024/04/04',
                'endDate': '2024/04/19',
                'code': 'BS02',
                'name': '15天换机'
            },
            {
                'startDate': '2024/4/4',
                'endDate': '2025/4/5',
                'code': 'BS03',
                'name': '电子三包凭证'
            },
            {
                'startDate': '2024/4/3',
                'endDate': '2025/4/4',
                'code': 'ES02',
                'name': '碎屏保障服务(内屏)',
                'value': 1
            },
            {
                'startDate': '2024/4/3',
                'endDate': '2025/4/4',
                'code': 'ES02',
                'name': '碎屏保障服务(外屏)',
                'value': 1
            },
            {
                'startDate': '2024/4/4',
                'endDate': '2025/4/5',
                'code': 'ES04',
                'name': '保养服务',
                'value': 2
            },
            {
                'startDate': '2024/4/4',
                'endDate': '长期有效',
                'code': 'ES05',
                'name': '寄修双向免物流费'
            },
            {
                'startDate': '2024/4/4',
                'endDate': '2025/4/5',
                'code': 'ES10274',
                'name': '折叠机贴膜服务(外屏膜)',
                'value': 2
            },
            {
                'startDate': '2024/4/4',
                'endDate': '2025/4/5',
                'code': 'ES5324',
                'name': '优惠换屏',
                'value': 1
            }
        ]
    }
}
Request failed return code, please refer to Develop Documents