Show / Hide Table of Contents

Class AccountsResource.ProductsResource

The "products" collection of methods.

Inheritance
object
AccountsResource.ProductsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Merchant.products_v1beta
Assembly: Google.Apis.Merchant.products_v1beta.dll
Syntax
public class AccountsResource.ProductsResource

Constructors

ProductsResource(IClientService)

Constructs a new resource.

Declaration
public ProductsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Get(string)

Retrieves the processed product from your Merchant Center account. After inserting, updating, or deleting a product input, it may take several minutes before the updated final product can be retrieved.

Declaration
public virtual AccountsResource.ProductsResource.GetRequest Get(string name)
Parameters
Type Name Description
string name

Required. The name of the product to retrieve. Format: accounts/{account}/products/{product} where the last section product consists of 4 parts: channel~content_language~feed_label~offer_id example for product name is accounts/123/products/online~en~US~sku123

Returns
Type Description
AccountsResource.ProductsResource.GetRequest

List(string)

Lists the processed products in your Merchant Center account. The response might contain fewer items than specified by pageSize. Rely on pageToken to determine if there are more items to be requested. After inserting, updating, or deleting a product input, it may take several minutes before the updated processed product can be retrieved.

Declaration
public virtual AccountsResource.ProductsResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

Required. The account to list processed products for. Format: accounts/{account}

Returns
Type Description
AccountsResource.ProductsResource.ListRequest
In this article
Back to top Generated by DocFX