content
v2.1
|
The "orderreturns" collection of methods. More...
Classes | |
class | GetRequest |
Retrieves an order return from your Merchant Center account. More... | |
class | ListRequest |
Lists order returns in your Merchant Center account. More... | |
Public Member Functions | |
OrderreturnsResource (Google.Apis.Services.IClientService service) | |
Constructs a new resource. More... | |
virtual GetRequest | Get (ulong merchantId, string returnId) |
Retrieves an order return from your Merchant Center account. More... | |
virtual ListRequest | List (ulong merchantId) |
Lists order returns in your Merchant Center account. More... | |
The "orderreturns" collection of methods.
|
inline |
Constructs a new resource.
|
inlinevirtual |
Retrieves an order return from your Merchant Center account.
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. |
|
inlinevirtual |
Lists order returns in your Merchant Center account.
merchantId | The ID of the account that manages the order. This cannot be a multi-client account. |