Class AccountsResource.LfpInventoriesResource
The "lfpInventories" collection of methods.
Inherited Members
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: |
Returns
Type | Description |
---|---|
AccountsResource.LfpInventoriesResource.InsertRequest |