Class PosInventory
The absolute quantity of an item available at the given store.
Implements
Inherited Members
Namespace: Google.Apis.ShoppingContent.v2_1.Data
Assembly: Google.Apis.ShoppingContent.v2_1.dll
Syntax
public class PosInventory : IDirectResponseSchema
Properties
ContentLanguage
Required. The two-letter ISO 639-1 language code for the item.
Declaration
[JsonProperty("contentLanguage")]
public virtual string ContentLanguage { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Gtin
Global Trade Item Number.
Declaration
[JsonProperty("gtin")]
public virtual string Gtin { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ItemId
Required. A unique identifier for the item.
Declaration
[JsonProperty("itemId")]
public virtual string ItemId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Kind
Identifies what kind of resource this is. Value: the fixed string "content#posInventory"
Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PickupMethod
Optional. Supported pickup method for this offer. Unless the value is "not supported", this field must be
submitted together with pickupSla. For accepted attribute values, see the local product inventory feed
specification.
Declaration
[JsonProperty("pickupMethod")]
public virtual string PickupMethod { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PickupSla
Optional. Expected date that an order will be ready for pickup relative to the order date. Must be submitted
together with pickupMethod. For accepted attribute values, see the local product inventory feed
specification.
Declaration
[JsonProperty("pickupSla")]
public virtual string PickupSla { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Price
Required. The current price of the item.
Declaration
[JsonProperty("price")]
public virtual Price Price { get; set; }
Property Value
| Type | Description |
|---|---|
| Price |
Quantity
Required. The available quantity of the item.
Declaration
[JsonProperty("quantity")]
public virtual long? Quantity { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
StoreCode
Required. The identifier of the merchant's store. Either a storeCode inserted through the API or the code
of the store in a Business Profile.
Declaration
[JsonProperty("storeCode")]
public virtual string StoreCode { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TargetCountry
Required. The CLDR territory code for the item.
Declaration
[JsonProperty("targetCountry")]
public virtual string TargetCountry { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Timestamp
Required. The inventory timestamp, in ISO 8601 format.
Declaration
[JsonProperty("timestamp")]
public virtual string Timestamp { get; set; }
Property Value
| Type | Description |
|---|---|
| string |