CatalogItem
Represents an item in the catalog with its complete set of attributes and metadata.
Contents
- AdditionalInformation
-
Supplementary information about the catalog item beyond the basic description.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 1000.
Required: No
- Attributes
-
Additional attributes or properties associated with the catalog item stored as key-value pairs.
Type: String to string map
Key Length Constraints: Minimum length of 1. Maximum length of 255.
Value Length Constraints: Minimum length of 1. Maximum length of 255.
Required: No
- Category
-
The category to which the catalog item belongs.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 255.
Required: No
- Code
-
The product code or SKU of the catalog item.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 255.
Required: No
- CreatedAt
-
The timestamp when the catalog item was created.
Type: Timestamp
Required: No
- Description
-
A detailed description of the catalog item.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 255.
Required: No
- Id
-
The unique identifier for the catalog item.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 255.
Required: No
- ImageLink
-
The URL link to the item's image.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 1000.
Required: No
- Link
-
The URL link to the item's detailed page or external resource.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 1000.
Required: No
- Name
-
The display name of the catalog item.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 255.
Required: No
- Price
-
The price of the catalog item.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 255.
Required: No
- Type
-
The type classification of the catalog item.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 255.
Required: No
- UpdatedAt
-
The timestamp when the catalog item was last updated.
Type: Timestamp
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: