Class LineItemDetails
The line items of the order.
Implements
Inherited Members
Namespace: Google.Apis.Merchant.ordertracking_v1beta.Data
Assembly: Google.Apis.Merchant.ordertracking_v1beta.dll
Syntax
public class LineItemDetails : IDirectResponseSchema
Properties
Brand
Optional. 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
Optional. 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
Optional. The manufacturer part number.
Declaration
[JsonProperty("mpn")]
public virtual string Mpn { 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
Optional. Plain text title of this product.
Declaration
[JsonProperty("productTitle")]
public virtual string ProductTitle { get; set; }
Property Value
Type | Description |
---|---|
string |
Quantity
Required. The quantity of the line item in the order.
Declaration
[JsonProperty("quantity")]
public virtual long? Quantity { get; set; }
Property Value
Type | Description |
---|---|
long? |