|
content
v2.1
|
The "returnpolicy" collection of methods. More...
Classes | |
| class | CustombatchRequest |
| Batches multiple return policy related calls in a single request. More... | |
| class | DeleteRequest |
| Deletes a return policy for the given Merchant Center account. More... | |
| class | GetRequest |
| Gets a return policy of the Merchant Center account. More... | |
| class | InsertRequest |
| Inserts a return policy for the Merchant Center account. More... | |
| class | ListRequest |
| Lists the return policies of the Merchant Center account. More... | |
Public Member Functions | |
| ReturnpolicyResource (Google.Apis.Services.IClientService service) | |
| Constructs a new resource. More... | |
| virtual CustombatchRequest | Custombatch (Google.Apis.ShoppingContent.v2_1.Data.ReturnpolicyCustomBatchRequest body) |
| Batches multiple return policy related calls in a single request. More... | |
| virtual DeleteRequest | Delete (ulong merchantId, string returnPolicyId) |
| Deletes a return policy for the given Merchant Center account. More... | |
| virtual GetRequest | Get (ulong merchantId, string returnPolicyId) |
| Gets a return policy of the Merchant Center account. More... | |
| virtual InsertRequest | Insert (Google.Apis.ShoppingContent.v2_1.Data.ReturnPolicy body, ulong merchantId) |
| Inserts a return policy for the Merchant Center account. More... | |
| virtual ListRequest | List (ulong merchantId) |
| Lists the return policies of the Merchant Center account. More... | |
The "returnpolicy" collection of methods.
|
inline |
Constructs a new resource.
|
inlinevirtual |
Batches multiple return policy related calls in a single request.
| body | The body of the request. |
|
inlinevirtual |
Deletes a return policy for the given Merchant Center account.
| merchantId | The Merchant Center account from which to delete the given return policy. |
| returnPolicyId | Return policy ID generated by Google. |
|
inlinevirtual |
Gets a return policy of the Merchant Center account.
| merchantId | The Merchant Center account to get a return policy for. |
| returnPolicyId | Return policy ID generated by Google. |
|
inlinevirtual |
Inserts a return policy for the Merchant Center account.
| body | The body of the request. |
| merchantId | The Merchant Center account to insert a return policy for. |
|
inlinevirtual |
Lists the return policies of the Merchant Center account.
| merchantId | The Merchant Center account to list return policies for. |