Class AccountItemUpdates
Turning on item updates allows Google to automatically update items for you. When item updates are on, Google uses the structured data markup on the website and advanced data extractors to update the price and availability of the items. When the item updates are off, items with mismatched data aren't shown.
Implements
Inherited Members
Namespace: Google.Apis.ShoppingContent.v2_1.Data
Assembly: Google.Apis.ShoppingContent.v2_1.dll
Syntax
public class AccountItemUpdates : IDirectResponseSchema
Properties
AccountItemUpdatesSettings
Determines which attributes of the items should be automatically updated. If this field is not present, then the settings will be deleted. If there are no settings for subaccount, they are inherited from aggregator.
Declaration
[JsonProperty("accountItemUpdatesSettings")]
public virtual AccountItemUpdatesSettings AccountItemUpdatesSettings { get; set; }
Property Value
Type | Description |
---|---|
AccountItemUpdatesSettings |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EffectiveAllowAvailabilityUpdates
Output only. The effective value of allow_availability_updates. If account_item_updates_settings is present, then this value is the same. Otherwise, it represents the inherited value of the parent account. Read-only.
Declaration
[JsonProperty("effectiveAllowAvailabilityUpdates")]
public virtual bool? EffectiveAllowAvailabilityUpdates { get; set; }
Property Value
Type | Description |
---|---|
bool? |
EffectiveAllowConditionUpdates
Output only. The effective value of allow_condition_updates. If account_item_updates_settings is present, then this value is the same. Otherwise, it represents the inherited value of the parent account. Read-only.
Declaration
[JsonProperty("effectiveAllowConditionUpdates")]
public virtual bool? EffectiveAllowConditionUpdates { get; set; }
Property Value
Type | Description |
---|---|
bool? |
EffectiveAllowPriceUpdates
Output only. The effective value of allow_price_updates. If account_item_updates_settings is present, then this value is the same. Otherwise, it represents the inherited value of the parent account. Read-only.
Declaration
[JsonProperty("effectiveAllowPriceUpdates")]
public virtual bool? EffectiveAllowPriceUpdates { get; set; }
Property Value
Type | Description |
---|---|
bool? |
EffectiveAllowStrictAvailabilityUpdates
Output only. The effective value of allow_strict_availability_updates. If account_item_updates_settings is present, then this value is the same. Otherwise, it represents the inherited value of the parent account. Read-only.
Declaration
[JsonProperty("effectiveAllowStrictAvailabilityUpdates")]
public virtual bool? EffectiveAllowStrictAvailabilityUpdates { get; set; }
Property Value
Type | Description |
---|---|
bool? |