public function get_order_notes( $order_id, $fields = null ) {

        // ensure ID is valid order ID
        $order_id = $this->validate_request( $order_id, $this->post_type, 'read' );