Show / Hide Table of Contents

Class OrdersCustomBatchRequestEntryShipLineItemsShipmentInfo

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

Properties

Carrier

The carrier handling the shipment. See shipments[].carrier in the Orders resource representation for a list of acceptable values.

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

ShipmentId

Required. The ID of the shipment. This is assigned by the merchant and is unique to each shipment.

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

TrackingId

The tracking ID for the shipment.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX