public class ShoppingContent.Orderreturns extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
ShoppingContent.Orderreturns.Acknowledge |
class |
ShoppingContent.Orderreturns.Createorderreturn |
class |
ShoppingContent.Orderreturns.Get |
class |
ShoppingContent.Orderreturns.Labels
The "labels" collection of methods.
|
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.Createorderreturn |
createorderreturn(BigInteger merchantId,
OrderreturnsCreateOrderReturnRequest content)
Create 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.Labels |
labels()
An accessor for creating requests from the Labels collection.
|
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.Createorderreturn createorderreturn(BigInteger merchantId, OrderreturnsCreateOrderReturnRequest 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.content - the OrderreturnsCreateOrderReturnRequestIOExceptionpublic 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 OrderreturnsProcessRequestIOExceptionpublic ShoppingContent.Orderreturns.Labels labels()
The typical use is:
ShoppingContent content = new ShoppingContent(...);ShoppingContent.Labels.List request = content.labels().list(parameters ...)
Copyright © 2011–2023 Google. All rights reserved.