Show / Hide Table of Contents

Class AccountsResource.LfpInventoriesResource

The "lfpInventories" collection of methods.

Inheritance
object
AccountsResource.LfpInventoriesResource
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.lfp_v1beta
Assembly: Google.Apis.Merchant.lfp_v1beta.dll
Syntax
public class AccountsResource.LfpInventoriesResource

Constructors

LfpInventoriesResource(IClientService)

Constructs a new resource.

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

Methods

Insert(LfpInventory, string)

Inserts a LfpInventory resource for the given target merchant account. If the resource already exists, it will be replaced. The inventory automatically expires after 30 days.

Declaration
public virtual AccountsResource.LfpInventoriesResource.InsertRequest Insert(LfpInventory body, string parent)
Parameters
Type Name Description
LfpInventory body

The body of the request.

string parent

Required. The LFP provider account. Format: accounts/{account}

Returns
Type Description
AccountsResource.LfpInventoriesResource.InsertRequest
In this article
Back to top Generated by DocFX