Show / Hide Table of Contents

Class AutomaticShippingImprovements

Not available for advanced accounts. By turning on automatic shipping improvements, you are allowing Google to improve the accuracy of your delivery times shown to shoppers using Google. More accurate delivery times, especially when faster, typically lead to better conversion rates. Google will improve your estimated delivery times based on various factors:

  • Delivery address of an order
  • Current handling time and shipping time settings
  • Estimated weekdays or business days
  • Parcel tracking data
Inheritance
object
AutomaticShippingImprovements
Implements
IMessage<AutomaticShippingImprovements>
IEquatable<AutomaticShippingImprovements>
IDeepCloneable<AutomaticShippingImprovements>
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 AutomaticShippingImprovements : IMessage<AutomaticShippingImprovements>, IEquatable<AutomaticShippingImprovements>, IDeepCloneable<AutomaticShippingImprovements>, IBufferMessage, IMessage

Constructors

AutomaticShippingImprovements()

Declaration
public AutomaticShippingImprovements()

AutomaticShippingImprovements(AutomaticShippingImprovements)

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

Properties

AllowShippingImprovements

Enables automatic shipping improvements.

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

HasAllowShippingImprovements

Gets whether the "allow_shipping_improvements" field is set

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