amzn / selling-partner-api-models

This repository contains OpenAPI models for developers to use when developing software to call Selling Partner APIs.
Apache License 2.0
590 stars 728 forks source link

I create a product, I always report the 8105 error #2106

Closed yafeng33 closed 2 years ago

yafeng33 commented 2 years ago

When I create a product, I always report the 8105 error, and I don’t know what attributes are missing in the expenditure. How can I solve it? My code is as follows: <?xml version="1.0" encoding="utf-8"?>

1.01 618518857d6a986fd76ba988
Product 1 Update ia1kgGleJMCsXX5Gs2PKNpaebLa8qBud1lbCgf New Men Silk Summer Autumn Satin Kimono Bathrobe Golden Dragon Knee Length Long N\P 6 1 2 3 4 5 pyjamas woman shirt caot jacket pants blouse skirt dress men for kids christman christmas pajamas set girls women green man mens winter shorts bottom short one piece onesie satin xmas silk wool girl age years 14292111 Migrated Template parent SizeColor Pajamas male 2 Update ia1kgGleJMCsXX5Gs2PUPLLTxk2M75fWv UPC 6949386172434 New Men Silk Summer Autumn Satin Kimono Bathrobe Golden Dragon Knee Length Long N\P 6 1 2 3 4 5 2 N\P 6949386172434 pyjamas woman shirt coat jacket pants blouse skirt dress men for kids christman christmas pajamas set girls women green man mens winter shorts bottom short one piece onesie satin xmas silk wool girl age years pajama-sets 14292111 Migrated Template child ColorSize Large Blue Pajamas mens Blue Cotton Casual CN Large Rayon Cotton V-Neck male adult regular regular l alpha as1 x_l

The error message is as follows: { "AmazonEnvelope": { "Header": { "DocumentVersion": 1.02, "MerchantIdentifier": "AEXV9X23QQ8EJ" }, "MessageType": "ProcessingReport", "Message": { "MessageID": 1, "ProcessingReport": { "DocumentTransactionID": 51018018970, "StatusCode": "Complete", "ProcessingSummary": { "MessagesProcessed": 2, "MessagesSuccessful": 1, "MessagesWithError": 1, "MessagesWithWarning": 0 }, "Result": [ { "MessageID": 2, "ResultCode": "Error", "ResultMessageCode": 8105, "ResultDescription": "The data you provided for an attribute does not match the list of valid values. Please select a valid value from the Data Definitions and resubmit.", "AdditionalInfo": { "SKU": "ia1kgGleJMCsXX5Gs2PUPLLTxk2M75fWv" } }, { "MessageID": 2, "ResultCode": "Error", "ResultMessageCode": 8105, "ResultDescription": "The data you provided for an attribute does not match the list of valid values. Please select a valid value from the Data Definitions and resubmit.", "AdditionalInfo": { "SKU": "ia1kgGleJMCsXX5Gs2PUPLLTxk2M75fWv" } } ] } } } }

yafeng33 commented 2 years ago

It is too troublesome to create products with xml. The first step is to submit variant attributes; the second step is to upload pictures; the third step is to modify the inventory quantity; the fourth step is to establish the relationship between the parent SKU and the child SKU. You need to submit four times to create a product. Do you have any good suggestions?

github-actions[bot] commented 2 years ago

This is a very old issue that is probably not getting as much attention as it deserves. We encourage you to check if this is still an issue after the latest release and if you find that this is still a problem, please feel free to open a new issue and make a reference to this one.