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
585 stars 730 forks source link

I would like to list my items using the Listing Item API #2943

Closed ThalesGama closed 2 years ago

ThalesGama commented 2 years ago

Please, I query the product type of ABIS_BOOK, and it returns me the necessary parameters. See below

GET- https://sellingpartnerapi-na.amazon.com/definitions/2020-09-01/productTypes/ABIS_BOOK?marketplaceIds=A2Q3Y263D00KWC

image

PROBLEM, when trying to list my product for sale, I get the message stating that I can not use the type ABIS_BOOK, is not available for BRAZIL ?

image

chapmanjw commented 2 years ago

@ThalesGama We are in the process of migrating support for product types to the APIs (Listings Items and Product Type Definitions APIs). You can use the following to stay up-to-date on the latest available product types for each marketplace:

Until the product type is launched in the BR marketplace, you can update listings with the Listings Items API patchListingsItem operation using the PRODUCT product type. However, you would not be able to create a new listing with the product type until it is launched.