google_api_content v0.31.0 GoogleApi.Content.V2.Model.OrdersCustomBatchRequestEntryUpdateShipment View Source

Attributes

  • carrier (type: String.t, default: nil) - The carrier handling the shipment. Not updated if missing. See shipments[].carrier in the Orders resource representation for a list of acceptable values.

  • deliveryDate (type: String.t, default: nil) - Date on which the shipment has been delivered, in ISO 8601 format. Optional and can be provided only if status is delivered.

  • shipmentId (type: String.t, default: nil) - The ID of the shipment.

  • status (type: String.t, default: nil) - New status for the shipment. Not updated if missing.

    Acceptable values are:

    • "delivered"
    • "undeliverable"
  • trackingId (type: String.t, default: nil) - The tracking ID for the shipment. Not updated if missing.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.Content.V2.Model.OrdersCustomBatchRequestEntryUpdateShipment{
  carrier: String.t(),
  deliveryDate: String.t(),
  shipmentId: String.t(),
  status: String.t(),
  trackingId: String.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.