Class ReturnaddressResource
The "returnaddress" collection of methods.
Inheritance
System.Object
ReturnaddressResource
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.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(UInt64, 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 |
---|---|---|
System.UInt64 | merchantId | The Merchant Center account from which to delete the given return address. |
System.String | returnAddressId | Return address ID generated by Google. |
Returns
Type | Description |
---|---|
ReturnaddressResource.DeleteRequest |
Get(UInt64, String)
Gets a return address of the Merchant Center account.
Declaration
public virtual ReturnaddressResource.GetRequest Get(ulong merchantId, string returnAddressId)
Parameters
Type | Name | Description |
---|---|---|
System.UInt64 | merchantId | The Merchant Center account to get a return address for. |
System.String | returnAddressId | Return address ID generated by Google. |
Returns
Type | Description |
---|---|
ReturnaddressResource.GetRequest |
Insert(ReturnAddress, UInt64)
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. |
System.UInt64 | merchantId | The Merchant Center account to insert a return address for. |
Returns
Type | Description |
---|---|
ReturnaddressResource.InsertRequest |
List(UInt64)
Lists the return addresses of the Merchant Center account.
Declaration
public virtual ReturnaddressResource.ListRequest List(ulong merchantId)
Parameters
Type | Name | Description |
---|---|---|
System.UInt64 | merchantId | The Merchant Center account to list return addresses for. |
Returns
Type | Description |
---|---|
ReturnaddressResource.ListRequest |