content  v2.1
Classes | Public Member Functions | List of all members
Google.Apis.ShoppingContent.v2_1.ReturnpolicyResource Class Reference

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...
 

Detailed Description

The "returnpolicy" collection of methods.

Constructor & Destructor Documentation

◆ ReturnpolicyResource()

Google.Apis.ShoppingContent.v2_1.ReturnpolicyResource.ReturnpolicyResource ( Google.Apis.Services.IClientService  service)
inline

Constructs a new resource.

Member Function Documentation

◆ Custombatch()

virtual CustombatchRequest Google.Apis.ShoppingContent.v2_1.ReturnpolicyResource.Custombatch ( Google.Apis.ShoppingContent.v2_1.Data.ReturnpolicyCustomBatchRequest  body)
inlinevirtual

Batches multiple return policy related calls in a single request.

Parameters
bodyThe body of the request.

◆ Delete()

virtual DeleteRequest Google.Apis.ShoppingContent.v2_1.ReturnpolicyResource.Delete ( ulong  merchantId,
string  returnPolicyId 
)
inlinevirtual

Deletes a return policy for the given Merchant Center account.

Parameters
merchantIdThe Merchant Center account from which to delete the given return policy.
Parameters
returnPolicyIdReturn policy ID generated by Google.

◆ Get()

virtual GetRequest Google.Apis.ShoppingContent.v2_1.ReturnpolicyResource.Get ( ulong  merchantId,
string  returnPolicyId 
)
inlinevirtual

Gets a return policy of the Merchant Center account.

Parameters
merchantIdThe Merchant Center account to get a return policy for.
returnPolicyIdReturn policy ID generated by Google.

◆ Insert()

virtual InsertRequest Google.Apis.ShoppingContent.v2_1.ReturnpolicyResource.Insert ( Google.Apis.ShoppingContent.v2_1.Data.ReturnPolicy  body,
ulong  merchantId 
)
inlinevirtual

Inserts a return policy for the Merchant Center account.

Parameters
bodyThe body of the request.
merchantIdThe Merchant Center account to insert a return policy for.

◆ List()

virtual ListRequest Google.Apis.ShoppingContent.v2_1.ReturnpolicyResource.List ( ulong  merchantId)
inlinevirtual

Lists the return policies of the Merchant Center account.

Parameters
merchantIdThe Merchant Center account to list return policies for.

The documentation for this class was generated from the following file: