Show / Hide Table of Contents

Class AutomaticItemUpdates.Types.ItemUpdatesAccountLevelSettings

Settings for the Automatic Item Updates.

Inheritance
object
AutomaticItemUpdates.Types.ItemUpdatesAccountLevelSettings
Implements
IMessage<AutomaticItemUpdates.Types.ItemUpdatesAccountLevelSettings>
IEquatable<AutomaticItemUpdates.Types.ItemUpdatesAccountLevelSettings>
IDeepCloneable<AutomaticItemUpdates.Types.ItemUpdatesAccountLevelSettings>
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.Types.ItemUpdatesAccountLevelSettings : IMessage<AutomaticItemUpdates.Types.ItemUpdatesAccountLevelSettings>, IEquatable<AutomaticItemUpdates.Types.ItemUpdatesAccountLevelSettings>, IDeepCloneable<AutomaticItemUpdates.Types.ItemUpdatesAccountLevelSettings>, IBufferMessage, IMessage

Constructors

ItemUpdatesAccountLevelSettings()

Declaration
public ItemUpdatesAccountLevelSettings()

ItemUpdatesAccountLevelSettings(ItemUpdatesAccountLevelSettings)

Declaration
public ItemUpdatesAccountLevelSettings(AutomaticItemUpdates.Types.ItemUpdatesAccountLevelSettings other)
Parameters
Type Name Description
AutomaticItemUpdates.Types.ItemUpdatesAccountLevelSettings other

Properties

AllowAvailabilityUpdates

If availability updates are enabled, any previous availability values get overwritten if Google finds an out-of-stock annotation on the offer's page. If additionally allow_strict_availability_updates field is set to true, values get overwritten if Google finds an in-stock annotation on the offer’s page.

Declaration
public bool AllowAvailabilityUpdates { get; set; }
Property Value
Type Description
bool

AllowConditionUpdates

If condition updates are enabled, Google always updates item condition with the condition detected from the details of your product.

Declaration
public bool AllowConditionUpdates { get; set; }
Property Value
Type Description
bool

AllowPriceUpdates

If price updates are enabled, Google always updates the active price with the crawled information.

Declaration
public bool AllowPriceUpdates { get; set; }
Property Value
Type Description
bool

AllowStrictAvailabilityUpdates

If allow_availability_updates is enabled, items are automatically updated in all your Shopping target countries. By default, availability updates will only be applied to items that are 'out of stock' on your website but 'in stock' on Shopping. Set this to true to also update items that are 'in stock' on your website, but 'out of stock' on Google Shopping. In order for this field to have an effect, you must also set allow_availability_updates.

Declaration
public bool AllowStrictAvailabilityUpdates { get; set; }
Property Value
Type Description
bool

HasAllowAvailabilityUpdates

Gets whether the "allow_availability_updates" field is set

Declaration
public bool HasAllowAvailabilityUpdates { get; }
Property Value
Type Description
bool

HasAllowConditionUpdates

Gets whether the "allow_condition_updates" field is set

Declaration
public bool HasAllowConditionUpdates { get; }
Property Value
Type Description
bool

HasAllowPriceUpdates

Gets whether the "allow_price_updates" field is set

Declaration
public bool HasAllowPriceUpdates { get; }
Property Value
Type Description
bool

HasAllowStrictAvailabilityUpdates

Gets whether the "allow_strict_availability_updates" field is set

Declaration
public bool HasAllowStrictAvailabilityUpdates { get; }
Property Value
Type Description
bool
In this article
Back to top Generated by DocFX