SP API putListingsItem without issues but getListingsItem return INVALID_ATTRIBUTE with unhelpful message

By using Postman, I’ve called putListingsItem many times and got response with ACCEPTED status and empty issues array. But when I called getListingsItem of created SKU, it returned the exactly attributes I pushed but not empty issues. The issue response as below:

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
<code>{
"sku": "BOX-XR-PATN-1050",
"summaries": [],
"attributes": {
"color": [
{
"value": "White",
"language_tag": "en_US",
"marketplace_id": "ATVPDKIKX0DER"
}
],
"item_type_name": [
{
"value": "Color Laser Printer",
"language_tag": "en_US",
"marketplace_id": "ATVPDKIKX0DER"
}
],
"item_package_weight": [
{
"unit": "kilograms",
"value": 0.5,
"marketplace_id": "ATVPDKIKX0DER"
}
],
"manufacturer": [
{
"value": "Brother",
"language_tag": "en_US",
"marketplace_id": "ATVPDKIKX0DER"
}
],
"model_name": [
{
"value": "Color Printer Toner TN-1050",
"language_tag": "en_US",
"marketplace_id": "ATVPDKIKX0DER"
}
],
"bullet_point": [
{
"value": "Toner for Brother TN1050 TN-1050 Black Compatible",
"language_tag": "en_US",
"marketplace_id": "ATVPDKIKX0DER"
}
],
"model_number": [
{
"value": "BOX-XR-PATN-1050",
"marketplace_id": "ATVPDKIKX0DER"
}
],
"product_description": [
{
"value": "The compatible toner for Brother TN-1050 has a print capacity of up to 1,000 pages in black and white at 5% coverage of the A4 sheet. The inks and pigments used for the production of compatible consumables are extremely high-performance and ensure perfect printing performance on paper until the last copy made. Long-lasting prints and ink mixes that do not damage the printer make the compatible Brother TN-1050 toner a toner equivalent in quality and performance to the originals of the brand, only more convenient in terms of cost.",
"language_tag": "en_US",
"marketplace_id": "ATVPDKIKX0DER"
}
],
"supplier_declared_dg_hz_regulation": [
{
"value": "storage",
"marketplace_id": "ATVPDKIKX0DER"
}
],
"brand": [
{
"value": "SSC",
"language_tag": "en_US",
"marketplace_id": "ATVPDKIKX0DER"
}
],
"mfg_series_number": [
{
"value": "TN1050",
"marketplace_id": "ATVPDKIKX0DER"
}
],
"country_of_origin": [
{
"value": "IT",
"marketplace_id": "ATVPDKIKX0DER"
}
],
"merchant_shipping_group": [
{
"value": "legacy-template-id",
"marketplace_id": "ATVPDKIKX0DER"
}
],
"item_name": [
{
"value": "Toner for Brother TN1050 TN-1050 Black Compatible",
"language_tag": "en_US",
"marketplace_id": "ATVPDKIKX0DER"
}
],
"list_price": [
{
"currency": "USD",
"value": 10.0,
"marketplace_id": "ATVPDKIKX0DER"
}
],
"batteries_required": [
{
"value": false,
"marketplace_id": "ATVPDKIKX0DER"
}
],
"item_type_keyword": [
{
"value": "Toner",
"marketplace_id": "ATVPDKIKX0DER"
}
],
"item_depth_width_height": [
{
"depth": {
"unit": "inches",
"value": 5.0
},
"width": {
"unit": "inches",
"value": 20.0
},
"height": {
"unit": "inches",
"value": 10.0
},
"marketplace_id": "ATVPDKIKX0DER"
}
],
"merchant_suggested_asin": [
{
"value": "XRPATN1050",
"marketplace_id": "ATVPDKIKX0DER"
}
],
"condition_type": [
{
"value": "new_new",
"marketplace_id": "ATVPDKIKX0DER"
}
],
"number_of_items": [
{
"value": 10,
"marketplace_id": "ATVPDKIKX0DER"
}
],
"item_package_dimensions": [
{
"length": {
"unit": "inches",
"value": 5.0
},
"width": {
"unit": "inches",
"value": 10.0
},
"height": {
"unit": "inches",
"value": 20.0
},
"marketplace_id": "ATVPDKIKX0DER"
}
],
"size": [
{
"value": "5Dx10Wx20L",
"language_tag": "en_US",
"marketplace_id": "ATVPDKIKX0DER"
}
],
"warranty_description": [
{
"value": "1 Year Manufacturer",
"language_tag": "en_US",
"marketplace_id": "ATVPDKIKX0DER"
}
],
"part_number": [
{
"value": "BOX-XR-PATN-1050",
"marketplace_id": "ATVPDKIKX0DER"
}
]
},
"issues": [
{
"code": "8105",
"message": "The data you provided for an attribute is invalid. Please refer the data definitions and resubmit with a valid value.",
"severity": "ERROR",
"categories": [
"INVALID_ATTRIBUTE"
]
}
],
"offers": [],
"fulfillmentAvailability": [],
"procurement": []
}
</code>
<code>{ "sku": "BOX-XR-PATN-1050", "summaries": [], "attributes": { "color": [ { "value": "White", "language_tag": "en_US", "marketplace_id": "ATVPDKIKX0DER" } ], "item_type_name": [ { "value": "Color Laser Printer", "language_tag": "en_US", "marketplace_id": "ATVPDKIKX0DER" } ], "item_package_weight": [ { "unit": "kilograms", "value": 0.5, "marketplace_id": "ATVPDKIKX0DER" } ], "manufacturer": [ { "value": "Brother", "language_tag": "en_US", "marketplace_id": "ATVPDKIKX0DER" } ], "model_name": [ { "value": "Color Printer Toner TN-1050", "language_tag": "en_US", "marketplace_id": "ATVPDKIKX0DER" } ], "bullet_point": [ { "value": "Toner for Brother TN1050 TN-1050 Black Compatible", "language_tag": "en_US", "marketplace_id": "ATVPDKIKX0DER" } ], "model_number": [ { "value": "BOX-XR-PATN-1050", "marketplace_id": "ATVPDKIKX0DER" } ], "product_description": [ { "value": "The compatible toner for Brother TN-1050 has a print capacity of up to 1,000 pages in black and white at 5% coverage of the A4 sheet. The inks and pigments used for the production of compatible consumables are extremely high-performance and ensure perfect printing performance on paper until the last copy made. Long-lasting prints and ink mixes that do not damage the printer make the compatible Brother TN-1050 toner a toner equivalent in quality and performance to the originals of the brand, only more convenient in terms of cost.", "language_tag": "en_US", "marketplace_id": "ATVPDKIKX0DER" } ], "supplier_declared_dg_hz_regulation": [ { "value": "storage", "marketplace_id": "ATVPDKIKX0DER" } ], "brand": [ { "value": "SSC", "language_tag": "en_US", "marketplace_id": "ATVPDKIKX0DER" } ], "mfg_series_number": [ { "value": "TN1050", "marketplace_id": "ATVPDKIKX0DER" } ], "country_of_origin": [ { "value": "IT", "marketplace_id": "ATVPDKIKX0DER" } ], "merchant_shipping_group": [ { "value": "legacy-template-id", "marketplace_id": "ATVPDKIKX0DER" } ], "item_name": [ { "value": "Toner for Brother TN1050 TN-1050 Black Compatible", "language_tag": "en_US", "marketplace_id": "ATVPDKIKX0DER" } ], "list_price": [ { "currency": "USD", "value": 10.0, "marketplace_id": "ATVPDKIKX0DER" } ], "batteries_required": [ { "value": false, "marketplace_id": "ATVPDKIKX0DER" } ], "item_type_keyword": [ { "value": "Toner", "marketplace_id": "ATVPDKIKX0DER" } ], "item_depth_width_height": [ { "depth": { "unit": "inches", "value": 5.0 }, "width": { "unit": "inches", "value": 20.0 }, "height": { "unit": "inches", "value": 10.0 }, "marketplace_id": "ATVPDKIKX0DER" } ], "merchant_suggested_asin": [ { "value": "XRPATN1050", "marketplace_id": "ATVPDKIKX0DER" } ], "condition_type": [ { "value": "new_new", "marketplace_id": "ATVPDKIKX0DER" } ], "number_of_items": [ { "value": 10, "marketplace_id": "ATVPDKIKX0DER" } ], "item_package_dimensions": [ { "length": { "unit": "inches", "value": 5.0 }, "width": { "unit": "inches", "value": 10.0 }, "height": { "unit": "inches", "value": 20.0 }, "marketplace_id": "ATVPDKIKX0DER" } ], "size": [ { "value": "5Dx10Wx20L", "language_tag": "en_US", "marketplace_id": "ATVPDKIKX0DER" } ], "warranty_description": [ { "value": "1 Year Manufacturer", "language_tag": "en_US", "marketplace_id": "ATVPDKIKX0DER" } ], "part_number": [ { "value": "BOX-XR-PATN-1050", "marketplace_id": "ATVPDKIKX0DER" } ] }, "issues": [ { "code": "8105", "message": "The data you provided for an attribute is invalid. Please refer the data definitions and resubmit with a valid value.", "severity": "ERROR", "categories": [ "INVALID_ATTRIBUTE" ] } ], "offers": [], "fulfillmentAvailability": [], "procurement": [] } </code>
{
    "sku": "BOX-XR-PATN-1050",
    "summaries": [],
    "attributes": {
        "color": [
            {
                "value": "White",
                "language_tag": "en_US",
                "marketplace_id": "ATVPDKIKX0DER"
            }
        ],
        "item_type_name": [
            {
                "value": "Color Laser Printer",
                "language_tag": "en_US",
                "marketplace_id": "ATVPDKIKX0DER"
            }
        ],
        "item_package_weight": [
            {
                "unit": "kilograms",
                "value": 0.5,
                "marketplace_id": "ATVPDKIKX0DER"
            }
        ],
        "manufacturer": [
            {
                "value": "Brother",
                "language_tag": "en_US",
                "marketplace_id": "ATVPDKIKX0DER"
            }
        ],
        "model_name": [
            {
                "value": "Color Printer Toner TN-1050",
                "language_tag": "en_US",
                "marketplace_id": "ATVPDKIKX0DER"
            }
        ],
        "bullet_point": [
            {
                "value": "Toner for Brother TN1050 TN-1050 Black Compatible",
                "language_tag": "en_US",
                "marketplace_id": "ATVPDKIKX0DER"
            }
        ],
        "model_number": [
            {
                "value": "BOX-XR-PATN-1050",
                "marketplace_id": "ATVPDKIKX0DER"
            }
        ],
        "product_description": [
            {
                "value": "The compatible toner for Brother TN-1050 has a print capacity of up to 1,000 pages in black and white at 5% coverage of the A4 sheet. The inks and pigments used for the production of compatible consumables are extremely high-performance and ensure perfect printing performance on paper until the last copy made. Long-lasting prints and ink mixes that do not damage the printer make the compatible Brother TN-1050 toner a toner equivalent in quality and performance to the originals of the brand, only more convenient in terms of cost.",
                "language_tag": "en_US",
                "marketplace_id": "ATVPDKIKX0DER"
            }
        ],
        "supplier_declared_dg_hz_regulation": [
            {
                "value": "storage",
                "marketplace_id": "ATVPDKIKX0DER"
            }
        ],
        "brand": [
            {
                "value": "SSC",
                "language_tag": "en_US",
                "marketplace_id": "ATVPDKIKX0DER"
            }
        ],
        "mfg_series_number": [
            {
                "value": "TN1050",
                "marketplace_id": "ATVPDKIKX0DER"
            }
        ],
        "country_of_origin": [
            {
                "value": "IT",
                "marketplace_id": "ATVPDKIKX0DER"
            }
        ],
        "merchant_shipping_group": [
            {
                "value": "legacy-template-id",
                "marketplace_id": "ATVPDKIKX0DER"
            }
        ],
        "item_name": [
            {
                "value": "Toner for Brother TN1050 TN-1050 Black Compatible",
                "language_tag": "en_US",
                "marketplace_id": "ATVPDKIKX0DER"
            }
        ],
        "list_price": [
            {
                "currency": "USD",
                "value": 10.0,
                "marketplace_id": "ATVPDKIKX0DER"
            }
        ],
        "batteries_required": [
            {
                "value": false,
                "marketplace_id": "ATVPDKIKX0DER"
            }
        ],
        "item_type_keyword": [
            {
                "value": "Toner",
                "marketplace_id": "ATVPDKIKX0DER"
            }
        ],
        "item_depth_width_height": [
            {
                "depth": {
                    "unit": "inches",
                    "value": 5.0
                },
                "width": {
                    "unit": "inches",
                    "value": 20.0
                },
                "height": {
                    "unit": "inches",
                    "value": 10.0
                },
                "marketplace_id": "ATVPDKIKX0DER"
            }
        ],
        "merchant_suggested_asin": [
            {
                "value": "XRPATN1050",
                "marketplace_id": "ATVPDKIKX0DER"
            }
        ],
        "condition_type": [
            {
                "value": "new_new",
                "marketplace_id": "ATVPDKIKX0DER"
            }
        ],
        "number_of_items": [
            {
                "value": 10,
                "marketplace_id": "ATVPDKIKX0DER"
            }
        ],
        "item_package_dimensions": [
            {
                "length": {
                    "unit": "inches",
                    "value": 5.0
                },
                "width": {
                    "unit": "inches",
                    "value": 10.0
                },
                "height": {
                    "unit": "inches",
                    "value": 20.0
                },
                "marketplace_id": "ATVPDKIKX0DER"
            }
        ],
        "size": [
            {
                "value": "5Dx10Wx20L",
                "language_tag": "en_US",
                "marketplace_id": "ATVPDKIKX0DER"
            }
        ],
        "warranty_description": [
            {
                "value": "1 Year Manufacturer",
                "language_tag": "en_US",
                "marketplace_id": "ATVPDKIKX0DER"
            }
        ],
        "part_number": [
            {
                "value": "BOX-XR-PATN-1050",
                "marketplace_id": "ATVPDKIKX0DER"
            }
        ]
    },
    "issues": [
        {
            "code": "8105",
            "message": "The data you provided for an attribute is invalid. Please refer the data definitions and resubmit with a valid value.",
            "severity": "ERROR",
            "categories": [
                "INVALID_ATTRIBUTE"
            ]
        }
    ],
    "offers": [],
    "fulfillmentAvailability": [],
    "procurement": []
}

Is that issue of SP-API or I missed something?

Trang chủ Giới thiệu Sinh nhật bé trai Sinh nhật bé gái Tổ chức sự kiện Biểu diễn giải trí Dịch vụ khác Trang trí tiệc cưới Tổ chức khai trương Tư vấn dịch vụ Thư viện ảnh Tin tức - sự kiện Liên hệ Chú hề sinh nhật Trang trí YEAR END PARTY công ty Trang trí tất niên cuối năm Trang trí tất niên xu hướng mới nhất Trang trí sinh nhật bé trai Hải Đăng Trang trí sinh nhật bé Khánh Vân Trang trí sinh nhật Bích Ngân Trang trí sinh nhật bé Thanh Trang Thuê ông già Noel phát quà Biểu diễn xiếc khỉ Xiếc quay đĩa Dịch vụ tổ chức sự kiện 5 sao Thông tin về chúng tôi Dịch vụ sinh nhật bé trai Dịch vụ sinh nhật bé gái Sự kiện trọn gói Các tiết mục giải trí Dịch vụ bổ trợ Tiệc cưới sang trọng Dịch vụ khai trương Tư vấn tổ chức sự kiện Hình ảnh sự kiện Cập nhật tin tức Liên hệ ngay Thuê chú hề chuyên nghiệp Tiệc tất niên cho công ty Trang trí tiệc cuối năm Tiệc tất niên độc đáo Sinh nhật bé Hải Đăng Sinh nhật đáng yêu bé Khánh Vân Sinh nhật sang trọng Bích Ngân Tiệc sinh nhật bé Thanh Trang Dịch vụ ông già Noel Xiếc thú vui nhộn Biểu diễn xiếc quay đĩa Dịch vụ tổ chức tiệc uy tín Khám phá dịch vụ của chúng tôi Tiệc sinh nhật cho bé trai Trang trí tiệc cho bé gái Gói sự kiện chuyên nghiệp Chương trình giải trí hấp dẫn Dịch vụ hỗ trợ sự kiện Trang trí tiệc cưới đẹp Khởi đầu thành công với khai trương Chuyên gia tư vấn sự kiện Xem ảnh các sự kiện đẹp Tin mới về sự kiện Kết nối với đội ngũ chuyên gia Chú hề vui nhộn cho tiệc sinh nhật Ý tưởng tiệc cuối năm Tất niên độc đáo Trang trí tiệc hiện đại Tổ chức sinh nhật cho Hải Đăng Sinh nhật độc quyền Khánh Vân Phong cách tiệc Bích Ngân Trang trí tiệc bé Thanh Trang Thuê dịch vụ ông già Noel chuyên nghiệp Xem xiếc khỉ đặc sắc Xiếc quay đĩa thú vị
Trang chủ Giới thiệu Sinh nhật bé trai Sinh nhật bé gái Tổ chức sự kiện Biểu diễn giải trí Dịch vụ khác Trang trí tiệc cưới Tổ chức khai trương Tư vấn dịch vụ Thư viện ảnh Tin tức - sự kiện Liên hệ Chú hề sinh nhật Trang trí YEAR END PARTY công ty Trang trí tất niên cuối năm Trang trí tất niên xu hướng mới nhất Trang trí sinh nhật bé trai Hải Đăng Trang trí sinh nhật bé Khánh Vân Trang trí sinh nhật Bích Ngân Trang trí sinh nhật bé Thanh Trang Thuê ông già Noel phát quà Biểu diễn xiếc khỉ Xiếc quay đĩa
Thiết kế website Thiết kế website Thiết kế website Cách kháng tài khoản quảng cáo Mua bán Fanpage Facebook Dịch vụ SEO Tổ chức sinh nhật