Show / Hide Table of Contents

Class AccountsResource.ProductInputsResource

The "productInputs" collection of methods.

Inheritance
object
AccountsResource.ProductInputsResource
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.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 product consists of 4 parts: channel~content_language~feed_label~offer_id example for product name is accounts/123/productInputs/online~en~US~sku123.

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

Patch(ProductInput, string)

Updates the existing product input in 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.PatchRequest Patch(ProductInput body, string name)
Parameters
Type Name Description
ProductInput body

The body of the request.

string name

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

Returns
Type Description
AccountsResource.ProductInputsResource.PatchRequest
In this article
Back to top Generated by DocFX