Response
Creating products is not supported with the \"PRODUCT\" Amazon product type. Either specify a specific Amazon product type or specify an offer-only requirements set.
In Japan, setting "product_type" to anything other than "PRODUCT" will result in an error.
Are LISTING and LISTING_PRODUCT_ONLY not working in Japan?
Excuse me for google translate.
I'm using putListingsItem. We recognize that this is an API for updating and creating products.
LISTING_OFFER_ONLY worked.
LISTING and LISTING_PRODUCT_ONLY do not work. Both are due to "product_type".
RequestBody
"product_type" => "PRODUCT", "requirements" => "LISTING", "attributes" => [ "item_name" => [ [ "value" => "test", "language_tag" => "ja_JP", "marketplace_id" => "A1VC38T7YXB528" ] ], "externally_assigned_product_identifier" => [ [ "value" => "4901991005936", "type" => "EAN", "marketplace_id" => "A1VC38T7YXB528" ] ], "merchant_suggested_asin" => [ [ "value" => "B00FXOBY76", "marketplace_id" => "A1VC38T7YXB528" ] ], "condition_type" => [ [ "value" => "used_acceptable", "marketplace_id" => "A1VC38T7YXB528" ] ], ],
Response
Creating products is not supported with the \"PRODUCT\" Amazon product type. Either specify a specific Amazon product type or specify an offer-only requirements set.
In Japan, setting "product_type" to anything other than "PRODUCT" will result in an error.
Are LISTING and LISTING_PRODUCT_ONLY not working in Japan?