Incomplete Required Fields in JSON Schema for a Product Type for pushing product to Amazon #1343
Unanswered
harsh-adnabu
asked this question in
Q&A
Replies: 1 comment
-
You are not using the correct schema with there details. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
I am trying to push a T-shirt to amazon using python-amazon-sp-api==1.4.0
I fetch the schema for SHIRT product type
and these are the required fields I get from the schema
"required":["brand","bullet_point","country_of_origin","fabric_type","item_name","item_type_keyword","product_description"]
but when I actually push my product, I get a response with multiple issues such as
I am able to replicate this problem related to incomplete list of required fields for other product type schemas as well, Am I fetching the wrong schema?
When I fill all the values I am still not able to push as I get another issue for liquid_volume - Invalid attribute
liquid_volume does not exist in the above schema anywhere, nor does it exist in the data I am pushing
liquid_volume seems to exist in XML Schema, are there inconsistencies between XML and JSON Schemas?
I am able to replicate the issue for another product type BAKING_MAT for the field cspia_cautionary_statement
Beta Was this translation helpful? Give feedback.
All reactions