Show / Hide Table of Contents

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
object
ClientServiceRequest
ClientServiceRequest<RegionalInventory>
ShoppingContentBaseServiceRequest<RegionalInventory>
RegionalinventoryResource.InsertRequest
Implements
IClientServiceRequest<RegionalInventory>
IClientServiceRequest
Inherited Members
ShoppingContentBaseServiceRequest<RegionalInventory>.Xgafv
ShoppingContentBaseServiceRequest<RegionalInventory>.AccessToken
ShoppingContentBaseServiceRequest<RegionalInventory>.Alt
ShoppingContentBaseServiceRequest<RegionalInventory>.Callback
ShoppingContentBaseServiceRequest<RegionalInventory>.Fields
ShoppingContentBaseServiceRequest<RegionalInventory>.Key
ShoppingContentBaseServiceRequest<RegionalInventory>.OauthToken
ShoppingContentBaseServiceRequest<RegionalInventory>.PrettyPrint
ShoppingContentBaseServiceRequest<RegionalInventory>.QuotaUser
ShoppingContentBaseServiceRequest<RegionalInventory>.UploadType
ShoppingContentBaseServiceRequest<RegionalInventory>.UploadProtocol
ClientServiceRequest<RegionalInventory>.Execute()
ClientServiceRequest<RegionalInventory>.ExecuteAsStream()
ClientServiceRequest<RegionalInventory>.ExecuteAsync()
ClientServiceRequest<RegionalInventory>.ExecuteAsync(CancellationToken)
ClientServiceRequest<RegionalInventory>.ExecuteAsStreamAsync()
ClientServiceRequest<RegionalInventory>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<RegionalInventory>.CreateRequest(bool?)
ClientServiceRequest<RegionalInventory>.GenerateRequestUri()
ClientServiceRequest<RegionalInventory>.GetDefaultETagAction(string)
ClientServiceRequest<RegionalInventory>.ETagAction
ClientServiceRequest<RegionalInventory>.ModifyRequest
ClientServiceRequest<RegionalInventory>.ValidateParameters
ClientServiceRequest<RegionalInventory>.ApiVersion
ClientServiceRequest<RegionalInventory>.RequestParameters
ClientServiceRequest<RegionalInventory>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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
ClientServiceRequest<RegionalInventory>.HttpMethod

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
ClientServiceRequest<RegionalInventory>.MethodName

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
ClientServiceRequest<RegionalInventory>.RestPath

Methods

GetBody()

Returns the body of the request.

Declaration
protected override object GetBody()
Returns
Type Description
object
Overrides
ClientServiceRequest<RegionalInventory>.GetBody()

InitParameters()

Initializes Insert parameter list.

Declaration
protected override void InitParameters()
Overrides
ShoppingContentBaseServiceRequest<RegionalInventory>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX