Show / Hide Table of Contents

Class ReturnaddressResource

The "returnaddress" collection of methods.

Inheritance
object
ReturnaddressResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.ShoppingContent.v2_1
Assembly: Google.Apis.ShoppingContent.v2_1.dll
Syntax
public class ReturnaddressResource

Constructors

ReturnaddressResource(IClientService)

Constructs a new resource.

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

Methods

Custombatch(ReturnaddressCustomBatchRequest)

Batches multiple return address related calls in a single request.

Declaration
public virtual ReturnaddressResource.CustombatchRequest Custombatch(ReturnaddressCustomBatchRequest body)
Parameters
Type Name Description
ReturnaddressCustomBatchRequest body

The body of the request.

Returns
Type Description
ReturnaddressResource.CustombatchRequest

Delete(ulong, string)

Deletes a return address for the given Merchant Center account.

Declaration
public virtual ReturnaddressResource.DeleteRequest Delete(ulong merchantId, string returnAddressId)
Parameters
Type Name Description
ulong merchantId

The Merchant Center account from which to delete the given return address.

string returnAddressId

Return address ID generated by Google.

Returns
Type Description
ReturnaddressResource.DeleteRequest

Get(ulong, string)

Gets a return address of the Merchant Center account.

Declaration
public virtual ReturnaddressResource.GetRequest Get(ulong merchantId, string returnAddressId)
Parameters
Type Name Description
ulong merchantId

The Merchant Center account to get a return address for.

string returnAddressId

Return address ID generated by Google.

Returns
Type Description
ReturnaddressResource.GetRequest

Insert(ReturnAddress, ulong)

Inserts a return address for the Merchant Center account.

Declaration
public virtual ReturnaddressResource.InsertRequest Insert(ReturnAddress body, ulong merchantId)
Parameters
Type Name Description
ReturnAddress body

The body of the request.

ulong merchantId

The Merchant Center account to insert a return address for.

Returns
Type Description
ReturnaddressResource.InsertRequest

List(ulong)

Lists the return addresses of the Merchant Center account.

Declaration
public virtual ReturnaddressResource.ListRequest List(ulong merchantId)
Parameters
Type Name Description
ulong merchantId

The Merchant Center account to list return addresses for.

Returns
Type Description
ReturnaddressResource.ListRequest
In this article
Back to top Generated by DocFX