google_api_content v0.13.0 GoogleApi.Content.V2.Model.OrderShipment View Source
Attributes
carrier
(type:String.t
, default:nil
) - The carrier handling the shipment.Acceptable values for US are:
- "gsx"
- "ups"
- "usps"
- "fedex"
- "dhl"
- "ecourier"
- "cxt"
- "google"
- "ontrac"
- "emsy"
- "ont"
- "deliv"
- "dynamex"
- "lasership"
- "mpx"
- "uds"
- "efw"
Acceptable values for FR are:
- "colissimo"
- "chronopost"
- "gls"
- "dpd"
- "bpost"
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 deliveredid
(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.status
(type:String.t
, default:nil
) - The status of the shipment.trackingId
(type:String.t
, default:nil
) - The tracking ID for the shipment.
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
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.