shipmentTrackingInfos property

List<ShipmentTrackingInfo>? shipmentTrackingInfos
getter/setter pair

Tracking information of the shipment.

One return shipment might be handled by several shipping carriers sequentially.

Implementation

core.List<ShipmentTrackingInfo>? shipmentTrackingInfos;