Closed shirushi-dev closed 1 year 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.
closed for inactivity
Thank you for your continued support.
I am trying to create a variation product using ListingsApi. However, I get a message that the "ProductType" is incorrect.
In Japan, the ProductType can only be selected as "PRODUCT". Does this mean that I cannot list a variation product in ListingsApi?
"attributes": { "merchant_shipping_group": [ { "value": "legacy-template-id", "marketplace_id": "A1VC38T7YXB528" } ], "recommended_browse_nodes": [ { "value": "170225011", "marketplace_id": "A1VC38T7YXB528" } ], "variation_theme": [ { "name": "SIZE_NAME", "marketplace_id": "A1VC38T7YXB528" } ] }, "issues": [ { "code": "8101", "message": "Invalid ProductType value for SKU: [YX-DN75-HSQL-parent]. For help fixing this, see http://sellercentral.amazon.co.jp/gp/errorcode/8101", "severity": "ERROR" } ],