Class ProductStatus
The status of a product, that is, information about a product computed asynchronously.
Implements
Inherited Members
Namespace: Google.Apis.ShoppingContent.v2_1.Data
Assembly: Google.Apis.ShoppingContent.v2_1.dll
Syntax
public class ProductStatus : IDirectResponseSchema
Properties
CreationDate
Date on which the item has been created, in ISO 8601 format.
Declaration
[JsonProperty("creationDate")]
public virtual string CreationDate { get; set; }
Property Value
Type | Description |
---|---|
string |
DestinationStatuses
The intended destinations for the product.
Declaration
[JsonProperty("destinationStatuses")]
public virtual IList<ProductStatusDestinationStatus> DestinationStatuses { get; set; }
Property Value
Type | Description |
---|---|
IList<ProductStatusDestinationStatus> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
GoogleExpirationDate
Date on which the item expires in Google Shopping, in ISO 8601 format.
Declaration
[JsonProperty("googleExpirationDate")]
public virtual string GoogleExpirationDate { get; set; }
Property Value
Type | Description |
---|---|
string |
ItemLevelIssues
A list of all issues associated with the product.
Declaration
[JsonProperty("itemLevelIssues")]
public virtual IList<ProductStatusItemLevelIssue> ItemLevelIssues { get; set; }
Property Value
Type | Description |
---|---|
IList<ProductStatusItemLevelIssue> |
Kind
Identifies what kind of resource this is. Value: the fixed string "content#productStatus
"
Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type | Description |
---|---|
string |
LastUpdateDate
Date on which the item has been last updated, in ISO 8601 format.
Declaration
[JsonProperty("lastUpdateDate")]
public virtual string LastUpdateDate { get; set; }
Property Value
Type | Description |
---|---|
string |
Link
The link to the product.
Declaration
[JsonProperty("link")]
public virtual string Link { get; set; }
Property Value
Type | Description |
---|---|
string |
ProductId
The ID of the product for which status is reported.
Declaration
[JsonProperty("productId")]
public virtual string ProductId { get; set; }
Property Value
Type | Description |
---|---|
string |
Title
The title of the product.
Declaration
[JsonProperty("title")]
public virtual string Title { get; set; }
Property Value
Type | Description |
---|---|
string |