Values.ShipmentInformationSourceInformation about a line item shipment.
type nonrec t = {shipmentTrackingNumber : TrackingId.t option;The tracking number of the shipment.
*)shipmentCarrier : ShipmentCarrier.t option;The carrier of the shipment.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of TrackingId.t ]) list ]