Amazon Listing - Required Attributes Schema #4211
Unanswered
jparker1986
asked this question in
General
Replies: 1 comment
-
@jparker1986 The required attributes are dynamic. As you fill out different attributes, the required attributes might change. A few resources that could help.
json-schema.org has tools you can use to render the product type JSON schema and validate your product payload. The recommendation is to validate your product payload using these tools before calling VALIDATION PREVIEW. Hope this helps! Weiling |
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
-
Hello,
I have been reading and testing the Amazon SP API and wondered if anyone could clarify how to make listing a product on Amazon simpler using the API.
I am fetching the node and Schema for that category by using the GET {{baseUrl}}/definitions/2020-09-01/productTypes/OUTDOOR_LIVING?marketplaceIds=XXXXX
The API returns the schema with all the attributes but does not specify which ones are mandatory.
The only way I can find a workaround is by listing the product using VALIDATION PREVIEW mode and letting Amazon tell me which attributes are required.
Is there any method to actually see which attributes are mandatory before listing the product?
Beta Was this translation helpful? Give feedback.
All reactions