public class ShoppingContent.Orderreturns extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
ShoppingContent.Orderreturns.Acknowledge |
class |
ShoppingContent.Orderreturns.Get |
class |
ShoppingContent.Orderreturns.List |
class |
ShoppingContent.Orderreturns.Process |
| Constructor and Description |
|---|
Orderreturns() |
| Modifier and Type | Method and Description |
|---|---|
ShoppingContent.Orderreturns.Acknowledge |
acknowledge(BigInteger merchantId,
String returnId,
OrderreturnsAcknowledgeRequest content)
Acks an order return in your Merchant Center account.
|
ShoppingContent.Orderreturns.Get |
get(BigInteger merchantId,
String returnId)
Retrieves an order return from your Merchant Center account.
|
ShoppingContent.Orderreturns.List |
list(BigInteger merchantId)
Lists order returns in your Merchant Center account.
|
ShoppingContent.Orderreturns.Process |
process(BigInteger merchantId,
String returnId,
OrderreturnsProcessRequest content)
Processes return in your Merchant Center account.
|
public ShoppingContent.Orderreturns.Acknowledge acknowledge(BigInteger merchantId, String returnId, OrderreturnsAcknowledgeRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.merchantId - The ID of the account that manages the order. This cannot be a multi-client account.returnId - The ID of the return.content - the OrderreturnsAcknowledgeRequestIOExceptionpublic ShoppingContent.Orderreturns.Get get(BigInteger merchantId, String returnId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.merchantId - The ID of the account that manages the order. This cannot be a multi-client account.returnId - Merchant order return ID generated by Google.IOExceptionpublic ShoppingContent.Orderreturns.List list(BigInteger merchantId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.merchantId - The ID of the account that manages the order. This cannot be a multi-client account.IOExceptionpublic ShoppingContent.Orderreturns.Process process(BigInteger merchantId, String returnId, OrderreturnsProcessRequest content) throws IOException
Process#execute() method to invoke the remote operation.merchantId - The ID of the account that manages the order. This cannot be a multi-client account.returnId - The ID of the return.content - the OrderreturnsProcessRequestIOExceptionCopyright © 2011–2020 Google. All rights reserved.