public class ShoppingContent.Returnaddress extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
ShoppingContent.Returnaddress.Custombatch |
class |
ShoppingContent.Returnaddress.Delete |
class |
ShoppingContent.Returnaddress.Get |
class |
ShoppingContent.Returnaddress.Insert |
class |
ShoppingContent.Returnaddress.List |
| Constructor and Description |
|---|
Returnaddress() |
| Modifier and Type | Method and Description |
|---|---|
ShoppingContent.Returnaddress.Custombatch |
custombatch(ReturnaddressCustomBatchRequest content)
Batches multiple return address related calls in a single request.
|
ShoppingContent.Returnaddress.Delete |
delete(BigInteger merchantId,
String returnAddressId)
Deletes a return address for the given Merchant Center account.
|
ShoppingContent.Returnaddress.Get |
get(BigInteger merchantId,
String returnAddressId)
Gets a return address of the Merchant Center account.
|
ShoppingContent.Returnaddress.Insert |
insert(BigInteger merchantId,
ReturnAddress content)
Inserts a return address for the Merchant Center account.
|
ShoppingContent.Returnaddress.List |
list(BigInteger merchantId)
Lists the return addresses of the Merchant Center account.
|
public ShoppingContent.Returnaddress.Custombatch custombatch(ReturnaddressCustomBatchRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.content - the ReturnaddressCustomBatchRequestIOExceptionpublic ShoppingContent.Returnaddress.Delete delete(BigInteger merchantId, String returnAddressId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.merchantId - The Merchant Center account from which to delete the given return address.returnAddressId - Return address ID generated by Google.IOExceptionpublic ShoppingContent.Returnaddress.Get get(BigInteger merchantId, String returnAddressId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.merchantId - The Merchant Center account to get a return address for.returnAddressId - Return address ID generated by Google.IOExceptionpublic ShoppingContent.Returnaddress.Insert insert(BigInteger merchantId, ReturnAddress content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.merchantId - The Merchant Center account to insert a return address for.content - the ReturnAddressIOExceptionpublic ShoppingContent.Returnaddress.List list(BigInteger merchantId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.merchantId - The Merchant Center account to list return addresses for.IOExceptionCopyright © 2011–2022 Google. All rights reserved.