Optional
configuration: ConfigurationRetrieve an Amazon product type definition. Usage Plans: | Plan type | Rate (requests per second) | Burst | | ---- | ---- | ---- | |Default| 5 | 10 | |Selling partner specific| Variable | Variable | The x-amzn-RateLimit-Limit response header returns the usage plan rate limits that were applied to the requested operation. Rate limits for some selling partners will vary from the default rate and burst shown in the table above. For more information, see Usage Plans and Rate Limits in the Selling Partner API.
The Amazon product type name.
A comma-delimited list of Amazon marketplace identifiers for the request. Note: This parameter is limited to one marketplaceId at this time.
Optional
sellerId: stringA selling partner identifier. When provided, seller-specific requirements and values are populated within the product type definition schema, such as brand names associated with the selling partner.
Optional
productTypeVersion: stringThe version of the Amazon product type to retrieve. Defaults to "LATEST",. Prerelease versions of product type definitions may be retrieved with "RELEASE_CANDIDATE". If no prerelease version is currently available, the "LATEST" live version will be provided.
Optional
requirements: GetDefinitionsProductTypeRequirementsEnumThe name of the requirements set to retrieve requirements for.
Optional
requirementsEnforced: GetDefinitionsProductTypeRequirementsEnforcedEnumIdentifies if the required attributes for a requirements set are enforced by the product type definition schema. Non-enforced requirements enable structural validation of individual attributes without all the required attributes being present (such as for partial updates).
Optional
locale: GetDefinitionsProductTypeLocaleEnumLocale for retrieving display labels and other presentation details. Defaults to the default language of the first marketplace in the request.
Optional
options: RawAxiosRequestConfigOverride http request option.
Search for and return a list of Amazon product types that have definitions available. Usage Plans: | Plan type | Rate (requests per second) | Burst | | ---- | ---- | ---- | |Default| 5 | 10 | |Selling partner specific| Variable | Variable | The x-amzn-RateLimit-Limit response header returns the usage plan rate limits that were applied to the requested operation. Rate limits for some selling partners will vary from the default rate and burst shown in the table above. For more information, see Usage Plans and Rate Limits in the Selling Partner API.
A comma-delimited list of Amazon marketplace identifiers for the request.
Optional
keywords: string[]A comma-delimited list of keywords to search product types. Note: Cannot be used with `itemName`.
Optional
itemName: stringThe title of the ASIN to get the product type recommendation. Note: Cannot be used with `keywords`.
Optional
locale: stringThe locale for the display names in the response. Defaults to the primary locale of the marketplace.
Optional
searchLocale: stringThe locale used for the `keywords` and `itemName` parameters. Defaults to the primary locale of the marketplace.
Optional
options: RawAxiosRequestConfigOverride http request option.
DefinitionsApi - functional programming interface
Export