ProductInformation
Summary information about a product, including the identifier, name, and manufacturer.
Contents
Note
In the following list, the required parameters are described first.
- manufacturer
-
The entity who manufactured the product.
Type: SellerInformation object
Required: Yes
- productId
-
The unique identifier of the product.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 255.
Pattern:
[\w\-]+Required: Yes
- productName
-
The human-readable display name of the product.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 1024.
Pattern:
.*\S.*Required: Yes
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: