Class FeedContextConfiguration
- Namespace
- Dynamicweb.Ecommerce.Feeds
- Assembly
- Dynamicweb.Ecommerce.dll
The configuration to send into a feed.
public class FeedContextConfiguration
- Inheritance
-
FeedContextConfiguration
- Inherited Members
Properties
CountryCode
The country code to use for prices and VAT rules
public string CountryCode { get; set; }
Property Value
CurrencyId
The currencyId identifying the currency to show the prices in, in the output.
public string CurrencyId { get; set; }
Property Value
LanguageId
The languageId identifying the language to translate the translatable properties in the feed output to.
public string LanguageId { get; set; }
Property Value
LoadVariantInfoOnVariants
If disabled, variantinfos will not be loaded on product viewmodels if the product is a variant
public bool LoadVariantInfoOnVariants { get; set; }
Property Value
ShopId
The shopId identifying the shop to use in the feed output.
public string ShopId { get; set; }
Property Value
Time
Used to get prices for a specific time, can be future or past, defaults to current time if null.
public DateTime? Time { get; set; }
Property Value
UserId
The userId identifying the user to use in the feed output.
public string UserId { get; set; }