Uses of Class
com.adobe.aco.model.FeedPricesUpdate
-
Packages that use FeedPricesUpdate Package Description com.adobe.aco.client com.adobe.aco.model -
-
Uses of FeedPricesUpdate in com.adobe.aco.client
Method parameters in com.adobe.aco.client with type arguments of type FeedPricesUpdate Modifier and Type Method Description ProcessFeedResponseClient. updatePrices(List<FeedPricesUpdate> data)Update prices Change existing product prices, discounts, and tiered pricing.ProcessFeedResponseClientImpl. updatePrices(List<FeedPricesUpdate> data)Update prices Change existing product prices, discounts, and tiered pricing. -
Uses of FeedPricesUpdate in com.adobe.aco.model
Methods in com.adobe.aco.model that return FeedPricesUpdate Modifier and Type Method Description FeedPricesUpdateFeedPricesUpdate. addDiscountsItem(FeedPricesDiscountsInner discountsItem)FeedPricesUpdateFeedPricesUpdate. addTierPricesItem(FeedPricesTierPricesInner tierPricesItem)FeedPricesUpdateFeedPricesUpdate. discounts(List<FeedPricesDiscountsInner> discounts)static FeedPricesUpdateFeedPricesUpdate. fromJson(String jsonString)Create an instance of FeedPricesUpdate given an JSON stringFeedPricesUpdateFeedPricesUpdate. priceBookId(String priceBookId)FeedPricesUpdateFeedPricesUpdate. regular(Float regular)FeedPricesUpdateFeedPricesUpdate. sku(String sku)FeedPricesUpdateFeedPricesUpdate. tierPrices(List<FeedPricesTierPricesInner> tierPrices)
-