Class LocalInventoryAttributes
Local inventory attributes.
Implements
Inherited Members
Namespace: Google.Apis.Merchant.inventories_v1.Data
Assembly: Google.Apis.Merchant.inventories_v1.dll
Syntax
public class LocalInventoryAttributes : IDirectResponseSchema
Properties
Availability
Availability of the product at this store.
Declaration
[JsonProperty("availability")]
public virtual string Availability { 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 |
InstoreProductLocation
Optional. Location of the product inside the store. Maximum length is 20 bytes.
Declaration
[JsonProperty("instoreProductLocation")]
public virtual string InstoreProductLocation { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PickupMethod
Optional. Supported pickup method for this product.
Unless the value is "not supported", this field must be submitted together with pickupSla.
Declaration
[JsonProperty("pickupMethod")]
public virtual string PickupMethod { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PickupSla
Optional. Relative time period from the order date for an order for this product, from this store, to be
ready for pickup. Must be submitted with pickupMethod. See more details
here.
Declaration
[JsonProperty("pickupSla")]
public virtual string PickupSla { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Price
Optional. Price of the product at this store.
Declaration
[JsonProperty("price")]
public virtual Price Price { get; set; }
Property Value
| Type | Description |
|---|---|
| Price |
Quantity
Optional. Quantity of the product available at this store. Must be greater than or equal to zero.
Declaration
[JsonProperty("quantity")]
public virtual long? Quantity { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
SalePrice
Optional. Sale price of the product at this store. Mandatory if salePriceEffectiveDate is defined.
Declaration
[JsonProperty("salePrice")]
public virtual Price SalePrice { get; set; }
Property Value
| Type | Description |
|---|---|
| Price |
SalePriceEffectiveDate
Optional. The TimePeriod of the sale at this store.
Declaration
[JsonProperty("salePriceEffectiveDate")]
public virtual Interval SalePriceEffectiveDate { get; set; }
Property Value
| Type | Description |
|---|---|
| Interval |