Get all productTypes #3837
Replies: 3 comments
-
found the solution (if anybody has the same problem): If your are requesting definitions/{version}/productTypes API - do NOT add suffix "sandbox." in your subdomain. |
Beta Was this translation helpful? Give feedback.
-
Hi @marc-costea, |
Beta Was this translation helpful? Give feedback.
-
Hi @mafge , thats also way we have implemented it. First getting the Browse Nodes Tree (also to show our users the hierarchy of the nodes) and getting each possible productType for a specific node. Hopefully our discussion will help and save time other devs in the future reading this =) |
Beta Was this translation helpful? Give feedback.
-
Hi all,
I am pretty new to the amazon sp-api so please forgive me if the question is stupid ;-)
Backgroud:
We want to show our users a category tree and let them decide in which category they want to list (because this is common sense in our UI with other marketplaces) and after choosing the category, we are importing the necessary attributes into their local systems (and let them fill out the necessary information).
Therefore I need to get a full category list with its "productType" ID's, but when I'm try to get it from
/definitions/2020-09-01/productTypes
(without any keywords, the only parameter is the marketplaceId for Germany) I receive only 1 result:
How can I get every productType (with at least its ID) by the sp-api?
Beta Was this translation helpful? Give feedback.
All reactions