Class RegionalInventoryAttributes
Regional inventory attributes.
Implements
Inherited Members
Namespace: Google.Apis.Merchant.inventories_v1.Data
Assembly: Google.Apis.Merchant.inventories_v1.dll
Syntax
public class RegionalInventoryAttributes : IDirectResponseSchema
Properties
Availability
Optional. Availability of the product in this region.
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 |
LoyaltyPrograms
Optional. An optional list of loyalty programs containing applicable loyalty member prices for this product in this region. This field is used to show region-specific member prices on Product Listing Ads (PLA). To use this, the loyalty program must be configured in Google Merchant Center, and the merchant must be using the Regional Availability and Pricing (RAAP) feature. The benefits provided must match the merchant's website and be clear to members. This is only applicable for merchants in supported countries. See Loyalty program for details on supported countries and loyalty program configuration. Also see Regional availability and pricing and How to set up regional member pricing for more information.
Declaration
[JsonProperty("loyaltyPrograms")]
public virtual IList<InventoryLoyaltyProgram> LoyaltyPrograms { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<InventoryLoyaltyProgram> |
Price
Optional. Price of the product in this region.
Declaration
[JsonProperty("price")]
public virtual Price Price { get; set; }
Property Value
| Type | Description |
|---|---|
| Price |
SalePrice
Optional. Sale price of the product in this region. 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 price in this region.
Declaration
[JsonProperty("salePriceEffectiveDate")]
public virtual Interval SalePriceEffectiveDate { get; set; }
Property Value
| Type | Description |
|---|---|
| Interval |