Show / Hide Table of Contents

Class ShipmentLineItemMapping

Represents how many items are in the shipment for the given shipment_id and line_item_id.

Inheritance
object
ShipmentLineItemMapping
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.Merchant.ordertracking_v1beta.Data
Assembly: Google.Apis.Merchant.ordertracking_v1beta.dll
Syntax
public class ShipmentLineItemMapping : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

LineItemId

Required. The line item ID.

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

Quantity

Required. The line item quantity in the shipment.

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

ShipmentId

Required. The shipment ID. This field will be hashed in returned OrderTrackingSignal creation response.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX