Show / Hide Table of Contents

Class AccountsResource.ShippingSettingsResource

The "shippingSettings" collection of methods.

Inheritance
object
AccountsResource.ShippingSettingsResource
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
Assembly: Google.Apis.Merchant.accounts_v1beta.dll
Syntax
public class AccountsResource.ShippingSettingsResource

Constructors

ShippingSettingsResource(IClientService)

Constructs a new resource.

Declaration
public ShippingSettingsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

GetShippingSettings(string)

Retrieve shipping setting information.

Declaration
public virtual AccountsResource.ShippingSettingsResource.GetShippingSettingsRequest GetShippingSettings(string name)
Parameters
Type Name Description
string name

Required. The name of the shipping setting to retrieve. Format: accounts/{account}/shippingsettings

Returns
Type Description
AccountsResource.ShippingSettingsResource.GetShippingSettingsRequest

Insert(ShippingSettings, string)

Replace the shipping setting of a merchant with the request shipping setting. Executing this method requires admin access.

Declaration
public virtual AccountsResource.ShippingSettingsResource.InsertRequest Insert(ShippingSettings body, string parent)
Parameters
Type Name Description
ShippingSettings body

The body of the request.

string parent

Required. The account for which this shipping setting will be inserted. If you are using an advanced account, you must specify the unique identifier of the sub-account for which you want to insert the shipping setting. Format: accounts/{ACCOUNT_ID}

Returns
Type Description
AccountsResource.ShippingSettingsResource.InsertRequest
In this article
Back to top Generated by DocFX