收藏
回答

微信小店添加商品API,同步失败商品信息检查不通过, 错误码:6600015?

同步失败商品信息检查不通过, 错误码:6600015 原因:【商品属性验证未通过】存在以下重复商品属性: ????,??,???,????\n【销售属性验证未通过】缺少当前类目必填属性:规格/净含量\n【注】:上述错误原因,可能是新品类增加了新的属性类型导致(2024-03-01)。请参考此 API 下的 type_v2 字段说明,并及时更新业务系统。我用的线上数据拉下的同步也是这个错误,同步参数里面销售属性都有规格/净含量,而且这个重复商品属性也不说是什么全部是问号,有没有大佬帮忙看看是什么原因, 同步参数如下:

{
    "skus": [
        {
            "out_sku_id": "",
            "sku_deliver_info": {
                "stock_type": 0,
                "presale_end_time": 0,
                "full_payment_presale_delivery_time": 0,
                "full_payment_presale_delivery_type": 0,
                "presale_begin_time": 0
            },
            "stock_num": 999,
            "sku_id": "2496082896",
            "thumb_img": "",
            "sale_price": 7900,
            "sku_code": "6970007460517",
            "sku_attrs": [
                {
                    "attr_key": "规格/净含量",
                    "attr_value": "【礼盒装】脆椒味/五香味/麻辣味/淮盐味各4袋"
                }
            ],
            "status": 5
        }
    ],
    "desc_info": {
        "imgs": [

        ],
        "desc": ""
    },
    "after_sale_info": {
        "after_sale_address_id": 0
    },
    "product_qua_infos": [


    ],
    "extra_service": {
        "damage_guarantee": 0,
        "freight_insurance": 1,
        "seven_day_return": 1,
        "pay_after_use": 1,
        "fake_one_pay_three": 0
    },
    "hide_in_window": 0,
    "title": "崂山 花生 60g/袋 * 8袋起",
    "express_info": {
        "weight": 0,
        "template_id": "471720794004"
    },
    "qualifications": [


    ],
    "deliver_method": 0,
    "size_chart": {
        "enable": false,
        "specification_list": [


        ]
    },
    "product_id": "10000144929946",
    "out_product_id": "7777",
    "sub_title": "",
    "edit_time": 0,
    "spu_code": "",
    "attrs": [
        {
            "attr_key": "品牌",
            "attr_value": "崂山"
        },
        {
            "attr_key": "生产企业名称",
            "attr_value": "青岛***贸易有限公司"
        },
        {
            "attr_key": "包装方式",
            "attr_value": "其他"
        },
        {
            "attr_key": "贮存条件",
            "attr_value": "阴凉干燥处"
        },
        {
            "attr_key": "产地",
            "attr_value": "山东省青岛市"
        },
        {
            "attr_key": "保质期",
            "attr_value": "10 月"
        },
        {
            "attr_key": "净含量",
            "attr_value": "60 g"
        },
        {
            "attr_key": "食品名称",
            "attr_value": "崂山花生60g"
        }
    ],
    "brand_id": "2100000000",
    "aftersale_desc": "",
    "cats": [
        {
            "cat_id": "7419"
        },
        {
            "cat_id": "7420"
        },
        {
            "cat_id": "7422"
        }
    ],
    "product_type": 1,
    "min_price": 4200,
    "limited_info": {
        "limited_buy_num": 0,
        "period_type": 0
    },
    "cats_v2": [
        {
            "cat_id": "10000215"
        },
        {
            "cat_id": "10000216"
        },
        {
            "cat_id": "7422"
        }
    ],
    "deliver_acct_type": [


    ],
    "head_imgs": [

    ],
    "status": 11
}
回答关注问题邀请回答
收藏

1 个回答

登录 后发表内容