google_api_content v0.13.0 GoogleApi.Content.V2.Model.OrdersUpdateShipmentRequest 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.operationId
(type:String.t
, default:nil
) - The ID of the operation. Unique across all operations for a given order.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.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 section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.