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

The "productstatuses" collection of methods. More...

Classes

class  CustombatchRequest
 Gets the statuses of multiple products in a single request. More...
 
class  GetRequest
 Gets the status of a product from your Merchant Center account. More...
 
class  ListRequest
 Lists the statuses of the products in your Merchant Center account. More...
 

Public Member Functions

 ProductstatusesResource (Google.Apis.Services.IClientService service)
 Constructs a new resource. More...
 
virtual CustombatchRequest Custombatch (Google.Apis.ShoppingContent.v2_1.Data.ProductstatusesCustomBatchRequest body)
 Gets the statuses of multiple products in a single request. More...
 
virtual GetRequest Get (ulong merchantId, string productId)
 Gets the status of a product from your Merchant Center account. More...
 
virtual ListRequest List (ulong merchantId)
 Lists the statuses of the products in your Merchant Center account. More...
 

Detailed Description

The "productstatuses" collection of methods.

Constructor & Destructor Documentation

◆ ProductstatusesResource()

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

Constructs a new resource.

Member Function Documentation

◆ Custombatch()

virtual CustombatchRequest Google.Apis.ShoppingContent.v2_1.ProductstatusesResource.Custombatch ( Google.Apis.ShoppingContent.v2_1.Data.ProductstatusesCustomBatchRequest  body)
inlinevirtual

Gets the statuses of multiple products in a single request.

Parameters
bodyThe body of the request.

◆ Get()

virtual GetRequest Google.Apis.ShoppingContent.v2_1.ProductstatusesResource.Get ( ulong  merchantId,
string  productId 
)
inlinevirtual

Gets the status of a product from your Merchant Center account.

Parameters
merchantIdThe ID of the account that contains the product. This account cannot be a multi-client account.
productIdThe REST ID of the product.

◆ List()

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

Lists the statuses of the products in your Merchant Center account.

Parameters
merchantIdThe ID of the account that contains the products. This account cannot be a multi-client account.

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