View Source GoogleApi.Content.V2.Model.OrderShipment (google_api_content v0.67.1)

Attributes

  • carrier (type: String.t, default: nil) - The carrier handling the shipment. For supported carriers, Google includes the carrier name and tracking URL in emails to customers. For select supported carriers, Google also automatically updates the shipment status based on the provided shipment ID. Note: You can also use unsupported carriers, but emails to customers will not include the carrier name or tracking URL, and there will be no automatic order status updates. Supported carriers for US are: - "ups" (United Parcel Service) automatic status updates - "usps" (United States Postal Service) automatic status updates - "fedex" (FedEx) automatic status updates - "dhl" (DHL eCommerce) automatic status updates (US only) - "ontrac" (OnTrac) automatic status updates - "dhl express" (DHL Express) - "deliv" (Deliv) - "dynamex" (TForce) - "lasership" (LaserShip) - "mpx" (Military Parcel Xpress) - "uds" (United Delivery Service) - "efw" (Estes Forwarding Worldwide) - "jd logistics" (JD Logistics) - "yunexpress" (YunExpress) - "china post" (China Post) - "china ems" (China Post Express Mail Service) - "singapore post" (Singapore Post) - "pos malaysia" (Pos Malaysia) - "postnl" (PostNL) - "ptt" (PTT Turkish Post) - "eub" (ePacket) - "chukou1" (Chukou1 Logistics) - "bestex" (Best Express) - "canada post" (Canada Post) - "purolator" (Purolator) - "canpar" (Canpar) - "india post" (India Post) - "blue dart" (Blue Dart) - "delhivery" (Delhivery) - "dtdc" (DTDC) - "tpc india" (TPC India) Supported carriers for FR are: - "la poste" (La Poste) automatic status updates - "colissimo" (Colissimo by La Poste) automatic status updates - "ups" (United Parcel Service) automatic status updates - "chronopost" (Chronopost by La Poste) - "gls" (General Logistics Systems France) - "dpd" (DPD Group by GeoPost) - "bpost" (Belgian Post Group) - "colis prive" (Colis Privé) - "boxtal" (Boxtal) - "geodis" (GEODIS) - "tnt" (TNT) - "db schenker" (DB Schenker) - "aramex" (Aramex)
  • creationDate (type: String.t, default: nil) - Date on which the shipment has been created, in ISO 8601 format.
  • deliveryDate (type: String.t, default: nil) - Date on which the shipment has been delivered, in ISO 8601 format. Present only if status is delivered
  • id (type: String.t, default: nil) - The ID of the shipment.
  • lineItems (type: list(GoogleApi.Content.V2.Model.OrderShipmentLineItemShipment.t), default: nil) - The line items that are shipped.
  • scheduledDeliveryDetails (type: GoogleApi.Content.V2.Model.OrderShipmentScheduledDeliveryDetails.t, default: nil) - Delivery details of the shipment if scheduling is needed.
  • status (type: String.t, default: nil) - The status of the shipment. Acceptable values are: - "delivered" - "readyForPickup" - "shipped" - "undeliverable"
  • trackingId (type: String.t, default: nil) - The tracking ID for the shipment.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Content.V2.Model.OrderShipment{
  carrier: String.t() | nil,
  creationDate: String.t() | nil,
  deliveryDate: String.t() | nil,
  id: String.t() | nil,
  lineItems:
    [GoogleApi.Content.V2.Model.OrderShipmentLineItemShipment.t()] | nil,
  scheduledDeliveryDetails:
    GoogleApi.Content.V2.Model.OrderShipmentScheduledDeliveryDetails.t() | nil,
  status: String.t() | nil,
  trackingId: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.