Incomplete Category and Subcategory information from Catalog Item API #3254
Unanswered
ANarayanan-Cervello
asked this question in
General
Replies: 0 comments 2 replies
-
The value in the Additionally, the JSON Schema for the product types in the Product Type Definitions API includes both the values and display names of the categories and subcategories for a given product type. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using the Catalog Items API endpoint to retrieve product attribute
information about ASINS.
However ,for the attributes 'product_subcategory' and 'product_category' we are getting response
in the below format :
However, on the portal ,the values for Category and SubCategory are in the format :
SubCategory: 2010 Formula
Category : 2000 Baby Care
ASIN used here is : B000BIVY56
Why is there a difference between the Category/Subcategory attribute value displayed on the portal versus
the values coming as response from the API?
MarketplaceID: 'ATVPDKIKXODER' or 'US'
endpoint :
'/catalog/2020-12-01/items/{ASIN}', method='GET'
Beta Was this translation helpful? Give feedback.
All reactions