Class RegionalinventoryResource.InsertRequest
Updates the regional inventory of a product in your Merchant Center account. If a regional inventory with the same region ID already exists, this method updates that entry.
Inheritance
RegionalinventoryResource.InsertRequest
Inherited Members
Namespace: Google.Apis.ShoppingContent.v2_1
Assembly: Google.Apis.ShoppingContent.v2_1.dll
Syntax
public class RegionalinventoryResource.InsertRequest : ShoppingContentBaseServiceRequest<RegionalInventory>, IClientServiceRequest<RegionalInventory>, IClientServiceRequest
Constructors
InsertRequest(IClientService, RegionalInventory, ulong, string)
Constructs a new Insert request.
Declaration
public InsertRequest(IClientService service, RegionalInventory body, ulong merchantId, string productId)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
RegionalInventory | body | |
ulong | merchantId | |
string | productId |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MerchantId
The ID of the account that contains the product. This account cannot be a multi-client account.
Declaration
[RequestParameter("merchantId", RequestParameterType.Path)]
public virtual ulong MerchantId { get; }
Property Value
Type | Description |
---|---|
ulong |
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
ProductId
The REST ID of the product for which to update the regional inventory.
Declaration
[RequestParameter("productId", RequestParameterType.Path)]
public virtual string ProductId { get; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
InitParameters()
Initializes Insert parameter list.
Declaration
protected override void InitParameters()