Show / Hide Table of Contents

Class LocalinventoryCustomBatchRequestEntry

Batch entry encoding a single local inventory update request.

Inheritance
object
LocalinventoryCustomBatchRequestEntry
Implements
IDirectResponseSchema
Inherited Members
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.Data
Assembly: Google.Apis.ShoppingContent.v2_1.dll
Syntax
public class LocalinventoryCustomBatchRequestEntry : IDirectResponseSchema

Properties

BatchId

An entry ID, unique within the batch request.

Declaration
[JsonProperty("batchId")]
public virtual long? BatchId { get; set; }
Property Value
Type Description
long?

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

LocalInventory

Local inventory of the product.

Declaration
[JsonProperty("localInventory")]
public virtual LocalInventory LocalInventory { get; set; }
Property Value
Type Description
LocalInventory

MerchantId

The ID of the managing account.

Declaration
[JsonProperty("merchantId")]
public virtual ulong? MerchantId { get; set; }
Property Value
Type Description
ulong?

Method

Method of the batch request entry. Acceptable values are: - "insert"

Declaration
[JsonProperty("method")]
public virtual string Method { get; set; }
Property Value
Type Description
string

ProductId

The ID of the product for which to update local inventory.

Declaration
[JsonProperty("productId")]
public virtual string ProductId { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX