Error 90244
Amazon Error 90244:字段值、unit count 或变体属性不被接受
90244 不一定只代表父子体关系错误。先看 Processing Report 的 attribute-name:它可能指向 unit_count、color_name、size_name、variation_theme 或其它 valid value 字段。
优先检查字段
attribute-name 指向的字段、unit_count、unit_count_type、color_name、size_name、variation_theme、以及必要时的 parentage / parent_sku / relationship_type。
修复步骤
- 先用 Processing Report 的
attribute-name回到 flat file 对应列,不要只看错误码。 - 如果字段是
unit_count或unit_count_type,优先检查数值、单位和类目允许值。 - 如果字段是 color / size / style 等变体属性,再检查
variation_theme和 child 行属性是否匹配。 - 只有当错误同时指向 parent_sku、relationship_type 或 parentage 时,才按父子体结构问题处理。
Processing Report 示例行
下面是假设示例,用来说明在报告中应优先定位哪些列。真实修复仍以你自己的 Processing Report、分类模板和 Seller Central 后台提示为准。
| sku | error-code | attribute-name | original-record-number | error-message |
|---|---|---|---|---|
| SKU-BLUE-003 | 90244 | parent_sku | 19 | The child SKU does not match the variation relationship. |
修复前后示例
Before: sku=CUP-BLK-12, attribute-name=unit_count, value=12 pack
After: check the current category template valid values; keep unit_count numeric and put unit type in the correct unit_count_type field when required
字段定位表
先用 Processing Report 的 attribute-name 和 original-record-number 回到原始 Flat File 行,再按下表逐列检查。
| 字段 | 检查重点 | 修复动作 |
|---|---|---|
attribute-name | 先确认 90244 指向哪个字段 | 不要把所有 90244 都当成 variation structure issue |
unit_count / unit_count_type | 数值、单位和模板 valid values 是否匹配 | 按当前类目模板修正,不从其它 SKU 猜测 |
color_name / size_name | 变体属性是否缺失、重复或不被接受 | 结合 variation_theme 和子体属性检查 |
variation_theme | 同一 family 内是否一致 | 只有能从同一 family 确认唯一 theme 时才适合生成 safe draft |
重新上传前 checklist
- 只保留 1-3 个受影响 SKU 做最小复现文件,避免整表反复失败。
- 确认模板来自当前 marketplace、当前商品分类和最新版 Seller Central。
- 保存为制表符分隔文本或 Seller Central 要求的格式后再上传。
- 重新上传后下载新的 Processing Report,确认同一字段不再报错。
规则来源与最终确认
本页诊断依据:Amazon Seller Central Help。如果 Processing Report 中的原始错误信息与本页示例不一致,应优先相信你自己的报告和当前分类模板。