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
611 stars 735 forks source link

I can't use the product listing API from Amazon in Japan #2375

Closed shirushi-dev closed 2 years ago

shirushi-dev commented 2 years ago

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?

jsSmash commented 1 year ago

I am also facing this issue in India. Any improvements?