Class OrderTrackingSignalShipmentLineItemMapping
Represents how many items are in the shipment for the given shipment_id and line_item_id.
Implements
Inherited Members
Namespace: Google.Apis.ShoppingContent.v2_1.Data
Assembly: Google.Apis.ShoppingContent.v2_1.dll
Syntax
public class OrderTrackingSignalShipmentLineItemMapping : 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
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 |