Product Type Definitions API FAQs

AmazonSPAPI

# Operationscumentation covers common questions and details for the Product Type Definitions API. For questions or concerns not covered by this documentation, contact Selling Partner API support or post your question on our Community page.

# How Fresh are Amazon Product Type Definitions?

Unless specifying a previous productTypeVersion, the Amazon product type definitions always describe the latest up-to-date Amazon catalog requirements.

# Are All Amazon Product Types Available with the Product Type Definitions API?

No.

Amazon is continually expanding support for new and existing Amazon product types in the Product Type Definitions API. For the up-to-date list of available Amazon product types, use the Product Type Definitions API.

# What Version of JSON Schema is Used?

Amazon product type definition JSON Schemas extend JSON Schema 2019-09 (opens new window). See the accompanying Amazon Product Type Definition Meta-Schema (v1) (opens new window) documentation for more details.

# How Will Future Versions of JSON Schema be Leveraged?

As future versions of JSON Schema are adopted by the Product Type Definitions API, they will be accompanied by a new version release of the Product Type Definitions API and Amazon Product Type Definition Meta-Schema (opens new window).

Future versions of JSON Schema will not be adopted by existing versions of the Product Type Definitions API or Amazon Product Type Definition Meta-Schema (opens new window).

# Do Product Type Definition JSON Schemas Include Custom Vocabulary?

Most Amazon catalog requirements are described utilizing standard JSON Schema 2019-09 (opens new window) vocabulary. However, there are a few requirements that necessitate extending JSON Schema with custom vocabulary. See the accompanying Amazon Product Type Definition Meta-Schema (v1) (opens new window) documentation for more details.

# Am I Required to Implement Validation for Custom Vocabulary?

No.

The Amazon Product Type Definition Meta-Schema (v1) (opens new window) uses custom vocabulary to fully describe Amazon catalog requirements. Validating data with custom data enables you to prevent most listings-related issues from occurring before submitting to Amazon. However, it is up-to-you to implement such validation. Without implementing this validation, submitting data to Amazon may produce listings-related issues after submission to Amazon.

# Do I Need Custom Code to Use JSON Schemas?

Yes.

The amount of custom code depends upon your application. Example scenarios:

  • Using Open-Source Library with Validation of Custom Vocabulary: Leveraging an open-source library to handle most JSON Schema validation means custom code is necessary to retrieve schemas from the Product Type Definitions API, to implement validation of custom vocabulary, and to integrate with the open-source library.

  • Using Open-Source Library without Validation of Custom Vocabulary: Leveraging an open-source library to handle most JSON Schema validation means custom code is necessary to retrieve schemas from the Product Type Definitions API and to integrate with the open-source library.

# What Open-Source Libraries are Available?

Dozens of open-source libraries and implementations are available to validate data, render user interfaces, and generate code. See JSON Schema Implementations (opens new window) for a full list.

Amazon does not directly support or endorse any specific open-source or commercial libraries and implementations. Examples provided in this documentation are for reference only.

# What Examples are Available for Validating Data with Product Type Schemas?

The accompanying Amazon Product Type Definition Meta-Schema (v1) (opens new window) documentation includes example integrations with open-source libraries to validate data with custom vocabulary in .NET (C#), Java, and JavaScript (Node.js).

# How Do I Report Issues with Amazon Product Type Definitions?

For issues specific to the Product Type Definitions API or the content of Amazon product type definition JSON Schemas, contact Selling Partner API support.