/**
  * Get shipment_items
  *
  * @access public
  * @return array $shipment_items
  */
 public function get_shipment_items()
 {
     return Item::get_by_shipment($this);
 }