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
IMessage<AutomaticItemUpdates>
IEquatable<AutomaticItemUpdates>
IDeepCloneable<AutomaticItemUpdates>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Shopping.Merchant.Accounts.V1
Assembly: Google.Shopping.Merchant.Accounts.V1.dll
Syntax
public sealed class AutomaticItemUpdates : IMessage<AutomaticItemUpdates>, IEquatable<AutomaticItemUpdates>, IDeepCloneable<AutomaticItemUpdates>, IBufferMessage, IMessage

Constructors

AutomaticItemUpdates()

Declaration
public AutomaticItemUpdates()

AutomaticItemUpdates(AutomaticItemUpdates)

Declaration
public AutomaticItemUpdates(AutomaticItemUpdates other)
Parameters
Type Name Description
AutomaticItemUpdates other

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
public AutomaticItemUpdates.Types.ItemUpdatesAccountLevelSettings AccountItemUpdatesSettings { get; set; }
Property Value
Type Description
AutomaticItemUpdates.Types.ItemUpdatesAccountLevelSettings

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
public 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
public 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
public 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
public bool EffectiveAllowStrictAvailabilityUpdates { get; set; }
Property Value
Type Description
bool
In this article
Back to top Generated by DocFX