But after it was uploaded to amazon I found it in "Complete Your Draft" section with 20005 error. In this section, product name that I assigned in json document was seen but in edit draft's product identity section Item Name was empty. After I manually entered it external product ID gave me "Product ID entered is not valid" error. I checked this product ID in Add Product section of amazon and this id was valid there.
I tried to list an item to amazon and I managed to successfully submit listing item put request.
My response:
But after it was uploaded to amazon I found it in "Complete Your Draft" section with 20005 error. In this section, product name that I assigned in json document was seen but in edit draft's product identity section Item Name was empty. After I manually entered it external product ID gave me "Product ID entered is not valid" error. I checked this product ID in Add Product section of amazon and this id was valid there.
My request body:
Update: Changing item_name's language tag from en_US to en_GB fixed item name issue, but external id issue remains
Update2 Removing merchant_suggested_asin solved external id issues. Hope this case helps someone