Show / Hide Table of Contents

Class OrderTrackingSignalLineItemDetails

The line items of the order.

Inheritance
object
OrderTrackingSignalLineItemDetails
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 OrderTrackingSignalLineItemDetails : IDirectResponseSchema

Properties

Brand

Brand of the product.

Declaration
[JsonProperty("brand")]
public virtual string Brand { 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

The Global Trade Item Number.

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

LineItemId

Required. The ID for this line item.

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

Mpn

The manufacturer part number.

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

ProductDescription

Plain text description of this product (deprecated: Please use product_title instead).

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

ProductId

Required. The Content API REST ID of the product, in the form channel:contentLanguage:targetCountry:offerId.

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

ProductTitle

Plain text title of this product.

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

Quantity

The quantity of the line item in the order.

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

Sku

Merchant SKU for this item (deprecated).

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

Upc

Universal product code for this item (deprecated: Please use GTIN instead).

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX