Show / Hide Table of Contents

Class ShippingInfo

The shipping information for the order.

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

Properties

ActualDeliveryTime

Optional. The time when the shipment was actually delivered. Include the year and timezone string, if available. This field is required, if one of the following fields is absent: tracking_id or carrier_name.

Declaration
[JsonProperty("actualDeliveryTime")]
public virtual DateTime ActualDeliveryTime { get; set; }
Property Value
Type Description
DateTime

Carrier

Optional. The name of the shipping carrier for the delivery. This field is required if one of the following fields is absent: earliest_delivery_promise_time, latest_delivery_promise_time, and actual_delivery_time.

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

CarrierService

Optional. The service type for fulfillment, such as GROUND, FIRST_CLASS, etc.

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

EarliestDeliveryPromiseTime

Optional. The earliest delivery promised time. Include the year and timezone string, if available. This field is required, if one of the following fields is absent: tracking_id or carrier_name.

Declaration
[JsonProperty("earliestDeliveryPromiseTime")]
public virtual DateTime EarliestDeliveryPromiseTime { get; set; }
Property Value
Type Description
DateTime

LatestDeliveryPromiseTime

Optional. The latest delivery promised time. Include the year and timezone string, if available. This field is required, if one of the following fields is absent: tracking_id or carrier_name.

Declaration
[JsonProperty("latestDeliveryPromiseTime")]
public virtual DateTime LatestDeliveryPromiseTime { get; set; }
Property Value
Type Description
DateTime

OriginPostalCode

Required. The origin postal code, as a continuous string without spaces or dashes, for example "95016". This field will be anonymized in returned OrderTrackingSignal creation response.

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

OriginRegionCode

Required. The [CLDR territory code] (http://www.unicode.org/repos/cldr/tags/latest/common/main/en.xml) for the shipping origin.

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

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

ShippedTime

Optional. The time when the shipment was shipped. Include the year and timezone string, if available.

Declaration
[JsonProperty("shippedTime")]
public virtual DateTime ShippedTime { get; set; }
Property Value
Type Description
DateTime

ShippingStatus

Required. The status of the shipment.

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

TrackingId

Optional. The tracking ID of the shipment. This field is required if one of the following fields is absent: earliest_delivery_promise_time, latest_delivery_promise_time, and actual_delivery_time.

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