public interface SearchPromoteFeedService
Modifier and Type | Method and Description |
---|---|
String |
generateFeed(String accountNo,
CommerceSession commerceSession,
FeedType feedType)
Generates a product feed.
|
String generateFeed(String accountNo, CommerceSession commerceSession, FeedType feedType) throws FeedGeneratorException
feedType
- the type of feed to be generated. Possible values are FeedType#FULL
for a full
feed, FeedType#INCREMENTAL
for incremental and FeedType#DELETED
for
deleted products feedcommerceSession
- a CommerceSession
used to retrieve the product's additional information,
such as the price. This session is obtained using the web site root specified in
the configuration objectFeedGeneratorException
"Copyright © 2006 - 2015 Adobe Systems Incorporated. All Rights Reserved"