Show / Hide Table of Contents

Class AutomaticItemUpdates

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.

Inheritance
object
AutomaticItemUpdates
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Merchant.accounts_v1beta.Data
Assembly: Google.Apis.Merchant.accounts_v1beta.dll
Syntax
public class AutomaticItemUpdates : IDirectResponseSchema

Properties

AccountItemUpdatesSettings

Optional. Determines which attributes of the items should be automatically updated. If this field is not present and provided in the update mask, then the settings will be deleted. If there are no settings for subaccount, they are inherited from aggregator.

Declaration
[JsonProperty("accountItemUpdatesSettings")]
public virtual ItemUpdatesAccountLevelSettings AccountItemUpdatesSettings { get; set; }
Property Value
Type Description
ItemUpdatesAccountLevelSettings

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. The default value is true if no settings are present. 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. The default value is true if no settings are present. 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. The default value is true if no settings are present. 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. The default value is true if no settings are present. Read-only.

Declaration
[JsonProperty("effectiveAllowStrictAvailabilityUpdates")]
public virtual bool? EffectiveAllowStrictAvailabilityUpdates { get; set; }
Property Value
Type Description
bool?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX