| request_json |
{'method': 'POST', 'path': '/log/product_upload', 'query_params': {}, 'body': {'product': {'rating': None, 'rating_count': None, 'brand': '维多利亚的秘密', 'name': '无比性感系列 暗夜魅惑 香氛喷雾 250ml', 'description': '无比性感系列*暗夜魅惑香氛喷雾,性感如夜色,奢雅似流光;迷人香息悄然绽开,夜色未深,人已沉醉;乌梅的甜腻烟熏与鸢尾的粉感花香融合;麂绒的木香缓缓袭来,深邃又温柔;奢雅香氛,悄然绽放,轻轻靠近,印象从香氛中蔓延;细密如雾,轻轻一喷,惬意扩香;沁香怡人,如梦似幻,奢享芬芳。', 'data': {'dataFacets': []}, 'categories': ['VS美妆'], 'gender': 'female', 'product_images': [], 'market_id': 140, 'remote_code': '112601305218', 'is_lost': 0, 'variants': [{'remote_code': '26989958', 'upc': '', 'remote_url': 'https://www.victoriassecret.cn/product/112601305218', 'size': None, 'origin_color': None, 'price': 37.01, 'email_meta': '112601305218:26989958', 'variant_images': ['https://uxresources.baozun.com/prod/88000028/20260107/148A4BB5105273AA0394B6707CC831FC.jpg'], 'stock_count': 12, 'data': ['transfer'], 'image_url': 'https://uxresources.baozun.com/prod/88000028/20260107/148A4BB5105273AA0394B6707CC831FC.jpg', 'description': '', 'colors': []}]}, 'remote_url': 'https://www.victoriassecret.cn/product/112601305218', 'type_parsing': 'full', 'parsing_type': 'full', 'parsing_code': 200, 'parsing_text': "[200] Success: Item: '112601305218' - parsed successfully. additional_error_text=''", 'finalize': False}, 'errors': [{'type': 'string_too_short', 'loc': ['body', 'product', 'variants', 0, 'description'], 'msg': 'String should have at least 1 character', 'input': '', 'ctx': {'min_length': 1}, 'url': 'https://errors.pydantic.dev/2.9/v/string_too_short'}, {'type': 'value_error', 'loc': ['body', 'product', 'variants', 0, 'colors'], 'msg': "Value error, Field 'colors' cannot be empty", 'input': [], 'ctx': {'error': {}}, 'url': 'https://errors.pydantic.dev/2.9/v/value_error'}]} |
| error_text |
[{'type': 'string_too_short', 'loc': ('body', 'product', 'variants', 0, 'description'), 'msg': 'String should have at least 1 character', 'input': '', 'ctx': {'min_length': 1}, 'url': 'https://errors.pydantic.dev/2.9/v/string_too_short'}, {'type': 'value_error', 'loc': ('body', 'product', 'variants', 0, 'colors'), 'msg': "Value error, Field 'colors' cannot be empty", 'input': [], 'ctx': {'error': ValueError("Field 'colors' cannot be empty")}, 'url': 'https://errors.pydantic.dev/2.9/v/value_error'}] |