google_api_content v0.2.0 GoogleApi.Content.V2.Model.OrdersUpdateShipmentRequest View Source

Attributes

  • carrier (String.t): The carrier handling the shipment. Not updated if missing. See shipments[].carrier in the Orders resource representation for a list of acceptable values. Defaults to: null.
  • deliveryDate (String.t): Date on which the shipment has been delivered, in ISO 8601 format. Optional and can be provided only if status is delivered. Defaults to: null.
  • operationId (String.t): The ID of the operation. Unique across all operations for a given order. Defaults to: null.
  • shipmentId (String.t): The ID of the shipment. Defaults to: null.
  • status (String.t): New status for the shipment. Not updated if missing. Defaults to: null.
  • trackingId (String.t): The tracking id for the shipment. Not updated if missing. Defaults to: null.

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.OrdersUpdateShipmentRequest{
  carrier: any(),
  deliveryDate: any(),
  operationId: any(),
  shipmentId: any(),
  status: any(),
  trackingId: any()
}

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.