OBJECT

ComIbmCommerceRestMarketingHandlerESpotDataHandlerESpotContainerMarketingSpotDataContainerBaseMarketingSpotActivityDataContainerDescriptionContainer

Structure containing the catalog entry/category description.

link GraphQL Schema definition

1type ComIbmCommerceRestMarketingHandlerESpotDataHandlerESpotContainerMarketingSpotDataContainerBaseMarketingSpotActivityDataContainerDescriptionContainer {
2
3# Set of name-value pair attributes.
4attributes: [ComIbmCommerceRestMarketingHandlerESpotDataHandlerNVPAttributesContainer]
19
5# Name of the category.
6categoryName: String
19
7# Full image of the catalog entity.
8fullImage: String
19
9# Search keywords for the catalog entity.
10keyword: String
19
11# Language type.
12language: String
19
13# Long description of the catalog entity.
14longDescription: String
19
15# Name of the catalog entry.
16productName: String
19
17# Short description of the catalog entity.
18shortDescription: String
20
21}