Class AccountsResource.ProductInputsResource
The "productInputs" collection of methods.
Inherited Members
Namespace: Google.Apis.Merchant.products_v1beta
Assembly: Google.Apis.Merchant.products_v1beta.dll
Syntax
public class AccountsResource.ProductInputsResource
Constructors
ProductInputsResource(IClientService)
Constructs a new resource.
Declaration
public ProductInputsResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
Delete(string)
Deletes a product input from your Merchant Center account. After inserting, updating, or deleting a product input, it may take several minutes before the processed product can be retrieved.
Declaration
public virtual AccountsResource.ProductInputsResource.DeleteRequest Delete(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Required. The name of the product input resource to delete. Format:
accounts/{account}/productInputs/{product} where the last section |
Returns
Type | Description |
---|---|
AccountsResource.ProductInputsResource.DeleteRequest |
Insert(ProductInput, string)
Uploads a product input to your Merchant Center account. If an input with the same contentLanguage, offerId, and dataSource already exists, this method replaces that entry. After inserting, updating, or deleting a product input, it may take several minutes before the processed product can be retrieved.
Declaration
public virtual AccountsResource.ProductInputsResource.InsertRequest Insert(ProductInput body, string parent)
Parameters
Type | Name | Description |
---|---|---|
ProductInput | body | The body of the request. |
string | parent | Required. The account where this product will be inserted. Format: accounts/{account} |
Returns
Type | Description |
---|---|
AccountsResource.ProductInputsResource.InsertRequest |