Class AccountsResource.ProductsResource
The "products" collection of methods.
Inherited Members
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: |
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: |
Returns
Type | Description |
---|---|
AccountsResource.ProductsResource.ListRequest |