OBJECT
ComIbmCommerceRestMarketingHandlerESpotDataHandlerESpotContainerMarketingSpotDataContainer
Data to display in the e-marketing spot.
link GraphQL Schema definition
1 type ComIbmCommerceRestMarketingHandlerESpotDataHandlerESpotContainerMarketingSpotDataContainer { 2 3 # Base e-marketing spot activity data. 4 : [ComIbmCommerceRestMarketingHandlerESpotDataHandlerESpotContainerMarketingSpotDataContainerBaseMarketingSpotActivityDataContainer] 24 5 # The current caching behavior of the e-marketing spot. 6 : String 24 7 # Sequence values of the default content to display in the e-marketing spot. 8 : [ComIbmCommerceRestMarketingHandlerESpotDataHandlerESpotContainerMarketingSpotDataContainerDefaultContentDisplaySequenceContainer] 24 9 # The e-marketing Spot name. 10 : String 24 11 # The store identifier. 12 : String 24 13 # Result that was filtered from display in the e-Marketing Spot. 14 : [ComIbmCommerceRestMarketingHandlerESpotDataHandlerESpotContainerMarketingSpotDataContainerFilteredResultContainer] 24 15 # Marketing title to display in the e-marketing spot. 16 : [ComIbmCommerceRestMarketingHandlerESpotDataHandlerESpotContainerMarketingSpotDataContainerMarketingSpotDataTitleContainer] 24 17 # The unique identifier of the e-marketing spot. 18 : String! 24 19 # The number of seconds from now to the earliest start date or end date of 20 # activities scheduled to the e-Marketing Spot. 21 : String 24 22 # Information about the activity evaluation. 23 : [String] 25 26 }