Class ShipmentTrackingInfo
Implements
Inherited Members
Namespace: Google.Apis.ShoppingContent.v2_1.Data
Assembly: Google.Apis.ShoppingContent.v2_1.dll
Syntax
public class ShipmentTrackingInfo : IDirectResponseSchema
Properties
Carrier
The shipping carrier that handles the package. Acceptable values are: - "boxtal" - "bpost" -
"chronopost" - "colisPrive" - "colissimo" - "cxt" - "deliv" - "dhl" - "dpd" - "dynamex" -
"eCourier" - "easypost" - "efw" - "fedex" - "fedexSmartpost" - "geodis" - "gls" -
"googleCourier" - "gsx" - "jdLogistics" - "laPoste" - "lasership" - "manual" - "mpx" -
"onTrac" - "other" - "tnt" - "uds" - "ups" - "usps"
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 |
TrackingNumber
The tracking number for the package.
Declaration
[JsonProperty("trackingNumber")]
public virtual string TrackingNumber { get; set; }
Property Value
| Type | Description |
|---|---|
| string |